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 | 100110101111101100111111001111110011111101101000 | 9afb3f3f3f68 |
EUC-JP | 奬???h | 110101001111110100111111001111110011111101101000 | d4fd3f3f3f68 |
UTF-8 | 奬멸렠빨h | 11100101101001011010110011101011101010011011100011101011101000001010000011101011101110011010100001101000 | e5a5aceba9b8eba0a0ebb9a868 |
UHC | 奬멸렠빨h | 111011011110000110111000111010101000111010110001101110111010000101101000 | ede1b8ea8eb1bba168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)