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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姙???? | 100110110100101100111111001111110011111100111111 | 9b4b3f3f3f3f |
EUC-JP | 姙???? | 110101011010110000111111001111110011111100111111 | d5ac3f3f3f3f |
UTF-8 | 姙얩렪잿렋 | 111001011010011110011001111011001001011010101001111010111010000010101010111011001001111010111111111010111010000010001011 | e5a799ec96a9eba0aaec9ebfeba08b |
UHC | 姙얩렪잿렋 | 11101100111101011011111011101101100011101011100011000000111011011000111010100010 | ecf5beed8eb8c0ed8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)