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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 茫¥従@h | 1110010010101001100000011000111110001111010111010100000001101000 | e4a9818f8f5d4068 |
EUC-JP | 茫¥従@h | 1110100010101011101000011110111110111101101111100100000001101000 | e8aba1efbdbe4068 |
UTF-8 | 茫¥従@h | 1110100010001100101010111110111110111111101001011110010110111110100100110100000001101000 | e88cabefbfa5e5be934068 |
UHC | 茫¥?@h | 11011000110101001010000111001101001111110100000001101000 | d8d4a1cd3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)