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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邯枇 | 11100111101101101001010011111000 | e7b694f8 |
EUC-JP | 邯枇 | 11101110101110001100100011111010 | eeb8c8fa |
UTF-8 | 邯枇 | 111010011000001010101111111001101001111010000111 | e982afe69e87 |
UHC | 邯枇 | 11001010111110111101110111101101 | cafbdded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)