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 | 珀樞墺 | 111000001101111110011110111000101001101011010010 | e0df9ee29ad2 |
EUC-JP | 珀樞墺 | 111000001110000111011100111001001101010011010100 | e0e1dce4d4d4 |
UTF-8 | 珀樞墺 | 111001111000111110000000111001101010100010011110111001011010001010111010 | e78f80e6a89ee5a2ba |
UHC | 珀樞墺 | 110110101101011011110101110100101110011111110010 | dad6f5d2e7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)