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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 馴馴^ | 1001001111101001100100111110100101011110 | 93e993e95e |
EUC-JP | 馴馴^ | 1100011011101011110001101110101101011110 | c6ebc6eb5e |
UTF-8 | 馴馴^ | 11101001101001101011010011101001101001101011010001011110 | e9a6b4e9a6b45e |
UHC | 馴馴^ | 1110001011111000111000101111100001011110 | e2f8e2f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)