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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?跌? | 00111111111001101110100100111111 | 3fe6e93f |
EUC-JP | ?跌? | 00111111111011001110101100111111 | 3feceb3f |
UTF-8 | 잘跌잘 | 111011001001111010011000111010001011011110001100111011001001111010011000 | ec9e98e8b78cec9e98 |
UHC | 잘跌잘 | 110000001101111111110010111101101100000011011111 | c0dff2f6c0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)