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 | ??h??hB | 00111111001111110110100000111111001111110110100001000010 | 3f3f683f3f6842 |
SJIS-WIN | 鶯痔h鶯痔hB | 1110100111110010100011101010010001101000111010011111001010001110101001000110100001000010 | e9f28ea468e9f28ea46842 |
EUC-JP | 鶯痔h鶯痔hB | 1111001011110100101111001010011001101000111100101111010010111100101001100110100001000010 | f2f4bca668f2f4bca66842 |
UTF-8 | 鶯痔h鶯痔hB | 111010011011011010101111111001111001011110010100011010001110100110110110101011111110011110010111100101000110100001000010 | e9b6afe7979468e9b6afe797946842 |
UHC | 鶯痔h鶯痔hB | 1110010110100011111101101100000001101000111001011010001111110110110000000110100001000010 | e5a3f6c068e5a3f6c06842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)