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 | ??a | 001111110011111101100001 | 3f3f61 |
SJIS-WIN | 鶯痔a | 1110100111110010100011101010010001100001 | e9f28ea461 |
EUC-JP | 鶯痔a | 1111001011110100101111001010011001100001 | f2f4bca661 |
UTF-8 | 鶯痔a | 11101001101101101010111111100111100101111001010001100001 | e9b6afe7979461 |
UHC | 鶯痔a | 1110010110100011111101101100000001100001 | e5a3f6c061 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)