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 | 淨??在?? | 1001111111000100001111110011111110001101110111010011111100111111 | 9fc43f3f8ddd3f3f |
EUC-JP | 淨??在?? | 1101111011000110001111110011111110111010110111110011111100111111 | dec63f3fbadf3f3f |
UTF-8 | 淨꿸늉在브렏 | 111001101011011110101000111010101011111110111000111010111000101010001001111001011001110010101000111010111011100010001100111010111010000010001111 | e6b7a8eabfb8eb8a89e59ca8ebb88ceba08f |
UHC | 淨꿸늉在브렏 | 111011111110010010110010111010101011010010111111111011101010010010111010111010101000111010100101 | efe4b2eab4bfeea4baea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)