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 | 楔邵邵 | 100111101011011011100111101110001110011110111000 | 9eb6e7b8e7b8 |
EUC-JP | 楔邵邵 | 110111001011100011101110101110101110111010111010 | dcb8eebaeeba |
UTF-8 | 楔邵邵 | 111001101010010110010100111010011000001010110101111010011000001010110101 | e6a594e982b5e982b5 |
UHC | 楔邵邵 | 111000001101101111100001110100001110000111010000 | e0dbe1d0e1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)