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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鼇???克^ | 1110101010000111001111110011111100111111100011011000111001011110 | ea873f3f3f8d8e5e |
EUC-JP | 鼇???克^ | 1111001111100111001111110011111100111111101110011110111001011110 | f3e73f3f3fb9ee5e |
UTF-8 | 鼇론쇠㉦克^ | 11101001101111001000011111101011101000011010000011101100100001111010000011100011100010011010011011100101100001011000101101011110 | e9bc87eba1a0ec87a0e389a6e5858b5e |
UHC | 鼇론쇠㉦克^ | 1110100010101000101101111101000010111100111010001010100010110111110100001011101001011110 | e8a8b7d0bce8a8b7d0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)