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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 暗??}G | 100010001100001100111111001111110111110101000111 | 88c33f3f7d47 |
EUC-JP | 暗??}G | 101100001100010100111111001111110111110101000111 | b0c53f3f7d47 |
UTF-8 | 暗잌츒}G | 1110011010011010100101111110110010011110100011001110110010111000100100100111110101000111 | e69a97ec9e8cecb8927d47 |
UHC | 暗잌츒}G | 1110010011011110100111111110010110101110100011010111110101000111 | e4de9fe5ae8d7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)