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 | 絮蓆^ | 1110001101010000111001001110110001011110 | e350e4ec5e |
EUC-JP | 絮蓆^ | 1110010110110001111010001110111001011110 | e5b1e8ee5e |
UTF-8 | 絮蓆^ | 11100111101101011010111011101000100100111000011001011110 | e7b5aee893865e |
UHC | 絮蓆^ | 1101111111111100111000001011011001011110 | dffce0b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)