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 | 獨矼獻 | 111000001101010111100001111000111110000011011001 | e0d5e1e3e0d9 |
EUC-JP | 獨矼獻 | 111000001101011111100010111001011110000011011011 | e0d7e2e5e0db |
UTF-8 | 獨矼獻 | 111001111000110110101000111001111001111110111100111001111000110110111011 | e78da8e79fbce78dbb |
UHC | 獨?獻 | 1101010010111100001111111111101011001100 | d4bc3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)