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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | 鉥濩 | 100011111110001111101000100011111100100110100100 | 8fe3e88fc9a4 |
UTF-8 | 鉥濩 | 111010011000100110100101111001101011111110101001 | e989a5e6bfa9 |
UHC | 鉥濩 | 11100010111111001111101111001101 | e2fcfbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)