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 | 凋莎竅 | 100100101001110011100100101100111110001010000001 | 929ce4b3e281 |
EUC-JP | 凋莎竅 | 110000111111110011101000101101011110001111100001 | c3fce8b5e3e1 |
UTF-8 | 凋莎竅 | 111001011000011110001011111010001000111010001110111001111010101110000101 | e5878be88e8ee7ab85 |
UHC | 凋莎竅 | 111100001011110111011110111011011101000010101011 | f0bddeedd0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)