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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 먬맟앻멄煉 | 111010111010100010101100111010111010011110011111111011001001010110111011111010111010100110000100111011111010011010010011 | eba8aceba79fec95bbeba984efa693 |
UHC | 먬맟앻멄煉 | 10010000111010011001000010101100100111011110111010010000111111001110011011010110 | 90e990ac9dee90fce6d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)