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 | 障?佇?雍 | 1000111111100001001111111001100011001000001111111110100010110100 | 8fe13f98c83fe8b4 |
EUC-JP | 障?佇?雍 | 1011111011100011001111111101000011001010001111111111000010110110 | bee33fd0ca3ff0b6 |
UTF-8 | 障렍佇렡雍 | 111010011001101010011100111010111010000010001101111001001011110110000111111010111010000010100001111010011001101110001101 | e99a9ceba08de4bd87eba0a1e99b8d |
UHC | 障렍佇렡雍 | 11101110101000011000111010100011111011101011011110001110101100101110100010111100 | eea18ea3eeb78eb2e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)