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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 矣社? | 1110000111100001100011101101000000111111 | e1e18ed03f |
EUC-JP | 矣社? | 1110001011100011101111001101001000111111 | e2e3bcd23f |
UTF-8 | 矣社강 | 111001111001111110100011111001111010010010111110111010101011000010010101 | e79fa3e7a4beeab095 |
UHC | 矣社강 | 111010111111100011011110111001001011000010101101 | ebf8dee4b0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)