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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邇??^ | 1110011110001110001111110011111101011110 | e78e3f3f5e |
EUC-JP | 邇??^ | 1110110111101110001111110011111101011110 | edee3f3f5e |
UTF-8 | 邇롏롂^ | 11101001100000101000011111101011101000011000111111101011101000011000001001011110 | e98287eba18feba1825e |
UHC | 邇롏롂^ | 11101100110001001000111011010101100011101100100101011110 | ecc48ed58ec95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)