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 | 豈霽 | 11100110101011111110100011000111 | e6afe8c7 |
EUC-JP | 豈霽 | 11101100101100011111000011001001 | ecb1f0c9 |
UTF-8 | 豈霽 | 111010001011000110001000111010011001110010111101 | e8b188e99cbd |
UHC | 豈霽 | 11010001110000101111000010111000 | d1c2f0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)