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 | 溿å®ZB | 1110011010111010101111111110010110101110100011010101101001000010 | e6babfe5ae8d5a42 |
SJIS-WIN | ??????ZB | 0011111100111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f3f5a42 |
EUC-JP | 溿�ZB | 100011111010100111000001100011111010001011101011100011111010001011000100100011111010101110101001100011111010001011101110001111110101101001000010 | 8fa9c18fa2eb8fa2c48faba98fa2ee3f5a42 |
UTF-8 | 溿å®ZB | 1100001110100110110000101011101011000010101111111100001110100101110000101010111011000010100011010101101001000010 | c3a6c2bac2bfc3a5c2aec28d5a42 |
UHC | 溿?®?ZB | 101010011010000110101000101011001010001010101111001111111010001011100111001111110101101001000010 | a9a1a8aca2af3fa2e73f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)