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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 池?樗?淳?B | 10010010011100100011111110010010100101000011111110001111011111100011111101000010 | 92723f92943f8f7e3f42 |
EUC-JP | 池?樗?淳?B | 11000011110100110011111111000011111101000011111110111101110111110011111101000010 | c3d33fc3f43fbddf3f42 |
UTF-8 | 池렠樗렡淳렒B | 11100110101100011010000011101011101000001010000011100110101010001001011111101011101000001010000111100110101101111011001111101011101000001001001001000010 | e6b1a0eba0a0e6a897eba0a1e6b7b3eba09242 |
UHC | 池렠樗렡淳렒B | 11110010101011101000111010110001111011101100000010001110101100101110001011101000100011101010011101000010 | f2ae8eb1eec08eb2e2e88ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)