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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 惺攝i惺攝iB | 1001110010110111100111011001000001101001100111001011011110011101100100000110100101000010 | 9cb79d90699cb79d906942 |
EUC-JP | 惺攝i惺攝iB | 1101100010111001110110011111000001101001110110001011100111011001111100000110100101000010 | d8b9d9f069d8b9d9f06942 |
UTF-8 | 惺攝i惺攝iB | 111001101000001110111010111001101001010010011101011010011110011010000011101110101110011010010100100111010110100101000010 | e683bae6949d69e683bae6949d6942 |
UHC | 惺攝i惺攝iB | 1110000011110110111000001110111001101001111000001111011011100000111011100110100101000010 | e0f6e0ee69e0f6e0ee6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)