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 | 11100100101100000110100111100100101100000110100101000010 | e4b069e4b06942 |
EUC-JP | 莢i莢iB | 11101000101100100110100111101000101100100110100101000010 | e8b269e8b26942 |
UTF-8 | 莢i莢iB | 111010001000111010100010011010011110100010001110101000100110100101000010 | e88ea269e88ea26942 |
UHC | 莢i莢iB | 11111010111110000110100111111010111110000110100101000010 | faf869faf86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)