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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 箴z箴zB | 11100010101111000111101011100010101111000111101001000010 | e2bc7ae2bc7a42 |
EUC-JP | 箴z箴zB | 11100100101111100111101011100100101111100111101001000010 | e4be7ae4be7a42 |
UTF-8 | 箴z箴zB | 111001111010111010110100011110101110011110101110101101000111101001000010 | e7aeb47ae7aeb47a42 |
UHC | 箴z箴zB | 11101101110101110111101011101101110101110111101001000010 | edd77aedd77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)