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 | 盞宣盞 | 111000011011010110010000111010011110000110110101 | e1b590e9e1b5 |
EUC-JP | 盞宣盞 | 111000101011011111000000111010111110001010110111 | e2b7c0ebe2b7 |
UTF-8 | 盞宣盞 | 111001111001101110011110111001011010111010100011111001111001101110011110 | e79b9ee5aea3e79b9e |
UHC | 盞宣盞 | 111011011101001111100000101111101110110111010011 | edd3e0beedd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)