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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闢頑鳥 | 111010001001001110001010111001101001001010111001 | e8938ae692b9 |
EUC-JP | 闢頑鳥 | 111011111111001110110100111010001100010010111011 | eff3b4e8c4bb |
UTF-8 | 闢頑鳥 | 111010011001011110100010111010011010000010010001111010011011001110100101 | e997a2e9a091e9b3a5 |
UHC | 闢頑鳥 | 110111001010001111101000110101111111000011101000 | dca3e8d7f0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)