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 | 低?依?脂 | 1001001011100001001111111000100011001011001111111000111010001001 | 92e13f88cb3f8e89 |
EUC-JP | 低?依?脂 | 1100010011100011001111111011000011001101001111111011101111101001 | c4e33fb0cd3fbbe9 |
UTF-8 | 低렍依렔脂 | 111001001011110110001110111010111010000010001101111001001011111010011101111010111010000010010100111010001000010010000010 | e4bd8eeba08de4be9deba094e88482 |
UHC | 低렍依렔脂 | 11101110101110001000111010100011111010111110111010001110101010011111001010110111 | eeb88ea3ebee8ea9f2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)