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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第???寃 | 10010001111001100011111100111111001111111001101110000011 | 91e63f3f3f9b83 |
EUC-JP | 第???寃 | 11000010111010000011111100111111001111111101010111100011 | c2e83f3f3fd5e3 |
UTF-8 | 第뀜렰렢寃 | 111001111010110010101100111010111000000010011100111010111010000010110000111010111010000010100010111001011010111110000011 | e7acaceb809ceba0b0eba0a2e5af83 |
UHC | 第뀜렰렢寃 | 11110000101011111011001011110001100011101011110110001110101100111110101010110010 | f0afb2f18ebd8eb3eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)