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 | 皰猝盞 | 111000011010110011100000110010101110000110110101 | e1ace0cae1b5 |
EUC-JP | 皰猝盞 | 111000101010111011100000110011001110001010110111 | e2aee0cce2b7 |
UTF-8 | 皰猝盞 | 111001111001101010110000111001111000110010011101111001111001101110011110 | e79ab0e78c9de79b9e |
UHC | ?猝盞 | 0011111111110000111100011110110111010011 | 3ff0f1edd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)