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 | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | 也??ZB | 100101101110011100111111001111110101101001000010 | 96e73f3f5a42 |
EUC-JP | 也??ZB | 110011001110100100111111001111110101101001000010 | cce93f3f5a42 |
UTF-8 | 也싲젪ZB | 1110010010111001100111111110110010001011101100101110110010100000101010100101101001000010 | e4b99fec8bb2eca0aa5a42 |
UHC | 也싲젪ZB | 1110010110100101100110101110101110100000101000100101101001000010 | e5a59aeba0a25a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)