To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??砥?壓 | 00111111001111111001001101110101001111111001101011011000 | 3f3f93753f9ad8 |
EUC-JP | 翟?砥?壓 | 100011111101010110111100001111111100010111010110001111111101010011011010 | 8fd5bc3fc5d63fd4da |
UTF-8 | 翟렡砥렒壓 | 111001111011111110011111111010111010000010100001111001111010000010100101111010111010000010010010111001011010001110010011 | e7bf9feba0a1e7a0a5eba092e5a393 |
UHC | 翟렡砥렒壓 | 11101110111000011000111010110010111100101011001010001110101001111110010011100010 | eee18eb2f2b28ea7e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)