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 | 獗玳^ | 1110000011010011111000001101110001011110 | e0d3e0dc5e |
EUC-JP | 獗玳^ | 1110000011010101111000001101111001011110 | e0d5e0de5e |
UTF-8 | 獗玳^ | 11100111100011011001011111100111100011101011001101011110 | e78d97e78eb35e |
UHC | 獗玳^ | 1100111111110001110100111110010101011110 | cff1d3e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)