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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?h此B | 001111111000001010001000100011011001111101000010 | 3f82888d9f42 |
EUC-JP | 泫h此B | 1000111111000111101001101010001111101000101110101010000101000010 | 8fc7a6a3e8baa142 |
UTF-8 | 泫h此B | 11100110101100111010101111101111101111011000100011100110101011011010010001000010 | e6b3abefbd88e6ada442 |
UHC | 泫h此B | 11111010110110101010001111101000111100111010111001000010 | fadaa3e8f3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)