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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??莞? | 0011111100111111100010101100111000111111 | 3f3f8ace3f |
EUC-JP | ??莞? | 0011111100111111101101001101000000111111 | 3f3fb4d03f |
UTF-8 | 롋렶莞롍 | 111010111010000110001011111010111010000010110110111010001000111010011110111010111010000110001101 | eba18beba0b6e88e9eeba18d |
UHC | 롋렶莞롍 | 1000111011010001100011101100000111101000110101001000111011010011 | 8ed18ec1e8d48ed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)