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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 殃??殃??B | 100111110110100100111111001111111001111101101001001111110011111101000010 | 9f693f3f9f693f3f42 |
EUC-JP | 殃??殃??B | 110111011100101000111111001111111101110111001010001111110011111101000010 | ddca3f3fddca3f3f42 |
UTF-8 | 殃쀨삌殃쀨삌B | 11100110101011101000001111101100100000001010100011101100100000101000110011100110101011101000001111101100100000001010100011101100100000101000110001000010 | e6ae83ec80a8ec828ce6ae83ec80a8ec828c42 |
UHC | 殃쀨삌殃쀨삌B | 11100100111010101001011111101000100110001001001111100100111010101001011111101000100110001001001101000010 | e4ea97e89893e4ea97e8989342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)