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 | 綜??^ | 1001000110001110001111110011111101011110 | 918e3f3f5e |
EUC-JP | 綜??^ | 1100000111101110001111110011111101011110 | c1ee3f3f5e |
UTF-8 | 綜븅누^ | 11100111101101101001110011101011101110001000010111101011100010001000010001011110 | e7b69cebb885eb88845e |
UHC | 綜븅누^ | 11110000111111001011101011101001101101001010100101011110 | f0fcbae9b4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)