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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 跟“\ | 1110011011101110100000010110011101011100 | e6ee81675c |
EUC-JP | 跟“\ | 1110110011110000101000011100100001011100 | ecf0a1c85c |
UTF-8 | 跟“\ | 11101000101101111001111111100010100000001001110001011100 | e8b79fe2809c5c |
UHC | ?“\ | 00111111101000011011000001011100 | 3fa1b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)