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 | 롚렗롏렚瑥 | 111010111010000110011010111010111010000010010111111010111010000110001111111010111010000010011010111001111001000110100101 | eba19aeba097eba18feba09ae791a5 |
UHC | 롚렗롏렚瑥 | 10001110110111101000111010101100100011101101010110001110101011011110100010101111 | 8ede8eac8ed58eade8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)