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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 槨膜礒籥 | 1001111011011000100101101000110011100010010001011110001011011110 | 9ed8968ce245e2de |
EUC-JP | 槨膜礒籥 | 1101110011011010110010111110110011100011101001101110010011100000 | dcdacbece3a6e4e0 |
UTF-8 | 槨膜礒籥 | 111001101010011110101000111010001000011010011100111001111010010010010010111001111011000110100101 | e6a7a8e8869ce7a492e7b1a5 |
UHC | 槨膜?? | 110011101010101011011000101011110011111100111111 | ceaad8af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)