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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 高? | 100011011000001000111111 | 8d823f |
EUC-JP | 高? | 101110011110001000111111 | b9e23f |
UTF-8 | 高뤞 | 111010011010101110011000111010111010010010011110 | e9ab98eba49e |
UHC | 高뤞 | 11001101110101001000111111001101 | cdd48fcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)