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 | 槨癶牧 | 100111101101100011100001101000001001011001110001 | 9ed8e1a09671 |
EUC-JP | 槨癶牧 | 110111001101101011100010101000101100101111010010 | dcdae2a2cbd2 |
UTF-8 | 槨癶牧 | 111001101010011110101000111001111001100110110110111001111000100110100111 | e6a7a8e799b6e789a7 |
UHC | 槨?牧 | 1100111010101010001111111101100111001100 | ceaa3fd9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)