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 | 鼎??絞?? | 1001001101000011001111110011111110001101011010010011111100111111 | 93433f3f8d693f3f |
EUC-JP | 鼎??絞?? | 1100010110100100001111110011111110111001110010100011111100111111 | c5a43f3fb9ca3f3f |
UTF-8 | 鼎븐렢絞렍꿰 | 111010011011110010001110111010111011100010010000111010111010000010100010111001111011010110011110111010111010000010001101111010101011111110110000 | e9bc8eebb890eba0a2e7b59eeba08deabfb0 |
UHC | 鼎븐렢絞렍꿰 | 111100001010001110111010111011001000111010110011110011101110110110001110101000111011001011100111 | f0a3baec8eb3ceed8ea3b2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)