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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薐ч胸 | 111001010101001010000100100010011000101110111001 | e55284898bb9 |
EUC-JP | 薐ч胸 | 111010011011001110100111111010011011011010111011 | e9b3a7e9b6bb |
UTF-8 | 薐ч胸 | 1110100010010110100100001101000110000111111010001000001110111000 | e89690d187e883b8 |
UHC | ?ч胸 | 0011111110101100111010011111110111011000 | 3face9fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)