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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 宵イ将ウx | 10001111101010101011001010001111101010111011001101111000 | 8faab28fabb378 |
EUC-JP | 宵イ将ウx | 101111101010110010001110101100101011111010101101100011101011001101111000 | beac8eb2bead8eb378 |
UTF-8 | 宵イ将ウx | 11100101101011101011010111101111101111011011001011100101101100001000011011101111101111011011001101111000 | e5aeb5efbdb2e5b086efbdb378 |
UHC | 宵???x | 111000011011001000111111001111110011111101111000 | e1b23f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)