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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 萼h萼 | 1110010011010011011010001110010011010011 | e4d368e4d3 |
EUC-JP | 萼h萼 | 1110100011010101011010001110100011010101 | e8d568e8d5 |
UTF-8 | 萼h萼 | 11101000100100001011110001101000111010001001000010111100 | e890bc68e890bc |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)