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 | 村狸巽 | 100100011011101010010010010010111001001001000110 | 91ba924b9246 |
EUC-JP | 村狸巽 | 110000101011110011000011101011001100001110100111 | c2bcc3acc3a7 |
UTF-8 | 村狸巽 | 111001101001110110010001111001111000101110111000111001011011011110111101 | e69d91e78bb8e5b7bd |
UHC | 村狸巽 | 111101011011110111010111111000011110000111011110 | f5bdd7e1e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)