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 | 100101110110101100111111001111110100000001101000 | 976b3f3f4068 |
EUC-JP | 楊??@h | 110011011100110000111111001111110100000001101000 | cdcc3f3f4068 |
UTF-8 | 楊샯쎀@h | 1110011010100101100010101110110010000011101011111110110010001110100000000100000001101000 | e6a58aec83afec8e804068 |
UHC | 楊샯쎀@h | 1110010111000101100110001101001110011011101010100100000001101000 | e5c598d39baa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)