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 | ??????Pk | 0011111100111111001111110011111100111111001111110101000001101011 | 3f3f3f3f3f3f506b |
SJIS-WIN | ??????Pk | 0011111100111111001111110011111100111111001111110101000001101011 | 3f3f3f3f3f3f506b |
EUC-JP | ??????Pk | 0011111100111111001111110011111100111111001111110101000001101011 | 3f3f3f3f3f3f506b |
UTF-8 | 淋꾪삮淋귥쮷Pk | 1110111110100111101101011110101010111110101010101110110010000010101011101110111110100111101101011110101010110111101001011110110010101110101101110101000001101011 | efa7b5eabeaaec82aeefa7b5eab7a5ecaeb7506b |
UHC | 淋꾪삮淋귥쮷Pk | 1110110011111000100001001110110110011000101010111110110011111000100000101110110010101000100101000101000001101011 | ecf884ed98abecf882eca894506b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)