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 | 槽? | 100100011000010100111111 | 91853f |
EUC-JP | 槽? | 110000011110010100111111 | c1e53f |
UTF-8 | 槽폴 | 111001101010011110111101111011011000111110110100 | e6a7bded8fb4 |
UHC | 槽폴 | 11110000110010111100011011111010 | f0cbc6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)