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 | 獏獺^ | 1110000011010001111000001101101001011110 | e0d1e0da5e |
EUC-JP | 獏獺^ | 1110000011010011111000001101110001011110 | e0d3e0dc5e |
UTF-8 | 獏獺^ | 11100111100011011000111111100111100011011011101001011110 | e78d8fe78dba5e |
UHC | ?獺^ | 00111111110100111011011101011110 | 3fd3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)