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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 誤i誤iB | 10001100111010110110100110001100111010110110100101000010 | 8ceb698ceb6942 |
EUC-JP | 誤i誤iB | 10111000111011010110100110111000111011010110100101000010 | b8ed69b8ed6942 |
UTF-8 | 誤i誤iB | 111010001010101010100100011010011110100010101010101001000110100101000010 | e8aaa469e8aaa46942 |
UHC | 誤i誤iB | 11101000101001100110100111101000101001100110100101000010 | e8a669e8a66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)