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 | 勝? | 100011111001111100111111 | 8f9f3f |
EUC-JP | 勝? | 101111101010000100111111 | bea13f |
UTF-8 | 勝꼯 | 111001011000101110011101111010101011110010101111 | e58b9deabcaf |
UHC | 勝꼯 | 11100011101011011000010010001010 | e3ad848a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)