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 | 拌箏蓐 | 100111010110000111100010101101011110010011101010 | 9d61e2b5e4ea |
EUC-JP | 拌箏蓐 | 110110011100001011100100101101111110100011101100 | d9c2e4b7e8ec |
UTF-8 | 拌箏蓐 | 111001101000101110001100111001111010111010001111111010001001001110010000 | e68b8ce7ae8fe89390 |
UHC | 拌箏? | 1101101011100101111011101011010000111111 | dae5eeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)