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 | 盞犁貅 | 111000011011010111100000101100111110011010111010 | e1b5e0b3e6ba |
EUC-JP | 盞犁貅 | 111000101011011111100000101101011110110010111100 | e2b7e0b5ecbc |
UTF-8 | 盞犁貅 | 111001111001101110011110111001111000101010000001111010001011001010000101 | e79b9ee78a81e8b285 |
UHC | 盞犁? | 1110110111010011110101111110000000111111 | edd3d7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)