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 | 10011111111100011000000110101100001111111001100011101110001111110011111101000010 | 9ff181ac3f98ee3f3f42 |
EUC-JP | 潁〓?偃??B | 11011110111100111010001010101110001111111101000011110000001111110011111101000010 | def3a2ae3fd0f03f3f42 |
UTF-8 | 潁〓젺偃띾젺B | 11100110101111011000000111100011100000001001001111101100101000001011101011100101100000011000001111101011100111011011111011101100101000001011101001000010 | e6bd81e38093eca0bae58183eb9dbeeca0ba42 |
UHC | 潁〓젺偃띾젺B | 11100111101110001010000111101011101000001010110111100101111001111000110111101011101000001010110101000010 | e7b8a1eba0ade5e78deba0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)