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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 頸痔鴣室h | 111010001111001010001110101001001110100111110011100011101011101001101000 | e8f28ea4e9f38eba68 |
EUC-JP | 頸痔鴣室h | 111100001111010010111100101001101111001011110101101111001011110001101000 | f0f4bca6f2f5bcbc68 |
UTF-8 | 頸痔鴣室h | 11101001101000001011100011100111100101111001010011101001101101001010001111100101101011101010010001101000 | e9a0b8e79794e9b4a3e5aea468 |
UHC | 頸痔?室h | 1100110011110010111101101100000000111111111000111111100001101000 | ccf2f6c03fe3f868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)