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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????η? | 00111111001111110011111100111111100000111100010100111111 | 3f3f3f3f83c53f |
EUC-JP | 旿???η? | 100011111100000111110100001111110011111100111111101001101100011100111111 | 8fc1f43f3f3fa6c73f |
UTF-8 | 旿덈슙劉η덱 | 1110011010010111101111111110101110001101100010001110110010001010100110011110111110100111100001111100111010110111111010111000110110110001 | e697bfeb8d88ec8a99efa787ceb7eb8db1 |
UHC | 旿덈슙劉η덱 | 111001111111101010001000111010111001101010100111111010101110010110100101111001111011010110100110 | e7fa88eb9aa7eae5a5e7b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)