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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | 渶??\ | 100011111100011111101101001111110011111101011100 | 8fc7ed3f3f5c |
UTF-8 | 渶뗢돧\ | 11100110101110001011011011101011100101111010001011101011100011111010011101011100 | e6b8b6eb97a2eb8fa75c |
UHC | 渶뗢돧\ | 11100111101101111000101111100010100010011010101101011100 | e7b78be289ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)