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 | 10001111011110001001111110011000 | 8f789f98 |
SJIS-WIN | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
EUC-JP | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
UTF-8 | x | 11000010100011110111100011000010100111111100001010011000 | c28f78c29fc298 |
UHC | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)