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 | ?¨ | 0011111110101000 | 3fa8 |
SJIS-WIN | 霽¨ | 11101000110001111000000101001110 | e8c7814e |
EUC-JP | 霽¨ | 11110000110010011010000110101111 | f0c9a1af |
UTF-8 | 霽¨ | 1110100110011100101111011100001010101000 | e99cbdc2a8 |
UHC | 霽¨ | 11110000101110001010000110100111 | f0b8a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)