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 | 薺逸 | 11100101010101001000100011101101 | e55488ed |
EUC-JP | 薺逸 | 11101001101101011011000011101111 | e9b5b0ef |
UTF-8 | 薺逸 | 111010001001011010111010111010011000000010111000 | e896bae980b8 |
UHC | 薺逸 | 11110000101100011110110011101111 | f0b1ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)