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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 顏ア繧串P | 11101000111110001011000111100011100000101000101111111000111101011001000101010000 | e8f8b1e3828bf8f59150 |
EUC-JP | 顏ア繧串?P | 11110000111110101000111010110001111001011110001010110110111110100011111101010000 | f0fa8eb1e5e2b6fa3f50 |
UTF-8 | 顏ア繧串P | 11101001101000011000111111101111101111011011000111100111101110011010011111100100101110001011001011101110100011111011110001010000 | e9a18fefbdb1e7b9a7e4b8b2ee8fbc50 |
UHC | ???串?P | 00111111001111110011111111001101111110100011111101010000 | 3f3f3fcdfa3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)