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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 枝蝎???? | 1000111001111101111001011001100100111111001111110011111100111111 | 8e7de5993f3f3f3f |
EUC-JP | 枝蝎???? | 1011101111011110111010011111100100111111001111110011111100111111 | bbdee9f93f3f3f3f |
UTF-8 | 枝蝎렰렫理렞 | 111001101001111010011101111010001001110110001110111010111010000010110000111010111010000010101011111011111010011110100100111010111010000010011110 | e69e9de89d8eeba0b0eba0abefa7a4eba09e |
UHC | 枝蝎렰렫理렞 | 111100101010101111001010111010011000111010111101100011101011100111101100101101011000111010101111 | f2abcae98ebd8eb9ecb58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)