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 | 蓴羸^ | 1110010011110001111000111011111001011110 | e4f1e3be5e |
EUC-JP | 蓴羸^ | 1110100011110011111001101100000001011110 | e8f3e6c05e |
UTF-8 | 蓴羸^ | 11101000100100111011010011100111101111101011100001011110 | e893b4e7beb85e |
UHC | 蓴羸^ | 1110001011110001110101111110100001011110 | e2f1d7e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)