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 | ?U\h | 00111111010101010101110001101000 | 3f555c68 |
SJIS-WIN | 達U\h | 1001001001000010010101010101110001101000 | 9242555c68 |
EUC-JP | 達U\h | 1100001110100011010101010101110001101000 | c3a3555c68 |
UTF-8 | 達U\h | 111010011000000110010100010101010101110001101000 | e98194555c68 |
UHC | 達U\h | 1101001110111001010101010101110001101000 | d3b9555c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)