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 | 村但狸 | 100100011011101010010010010000011001001001001011 | 91ba9241924b |
EUC-JP | 村但狸 | 110000101011110011000011101000101100001110101100 | c2bcc3a2c3ac |
UTF-8 | 村但狸 | 111001101001110110010001111001001011110110000110111001111000101110111000 | e69d91e4bd86e78bb8 |
UHC | 村但狸 | 111101011011110111010011101000111101011111100001 | f5bdd3a3d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)