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 | 雉懸 | 11101000101100111000110010011100 | e8b38c9c |
EUC-JP | 雉懸 | 11110000101101011011011111111100 | f0b5b7fc |
UTF-8 | 雉懸 | 111010011001101110001001111001101000011110111000 | e99b89e687b8 |
UHC | 雉懸 | 11110110110010111111101011011000 | f6cbfad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)