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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鶯痔漆B | 111010011111001010001110101001001111000111111001100011101011110101000010 | e9f28ea4f1f98ebd42 |
EUC-JP | 鶯痔?漆B | 1111001011110100101111001010011000111111101111001011111101000010 | f2f4bca63fbcbf42 |
UTF-8 | 鶯痔漆B | 11101001101101101010111111100111100101111001010011101110100001011011010011100110101111001000011001000010 | e9b6afe79794ee85b4e6bc8642 |
UHC | 鶯痔?漆B | 1110010110100011111101101100000000111111111101101101010001000010 | e5a3f6c03ff6d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)