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 | 澐렣롋뀄렦 | 111001101011111010010000111010111010000010100011111010111010000110001011111010111000000010000100111010111010000010100110 | e6be90eba0a3eba18beb8084eba0a6 |
UHC | 澐렣롋뀄렦 | 11101001111110101000111010110100100011101101000110110010111011011000111010110101 | e9fa8eb48ed1b2ed8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)