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 | ???冶? | 001111110011111100111111100101101110100000111111 | 3f3f3f96e83f |
EUC-JP | ???冶? | 001111110011111100111111110011001110101000111111 | 3f3f3fccea3f |
UTF-8 | 了싨퀗冶릈 | 111011111010011010111010111011001000101110101000111011011000000010010111111001011000011010110110111010111010011010001000 | efa6baec8ba8ed8097e586b6eba688 |
UHC | 了싨퀗冶릈 | 11101000111001111001101011100110101100111000110011100101101001111001000001101000 | e8e79ae6b38ce5a79068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)