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 | 澐???? | 10001111110010001110100100111111001111110011111100111111 | 8fc8e93f3f3f3f |
UTF-8 | 澐렣롋댐껜 | 111001101011111010010000111010111010000010100011111010111010000110001011111010111000110010010000111010101011101110011100 | e6be90eba0a3eba18beb8c90eabb9c |
UHC | 澐렣롋댐껜 | 11101001111110101000111010110100100011101101000110110100111011111011001010110100 | e9fa8eb48ed1b4efb2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)