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 | 霳蹊 | 11111011111011011110011011111100 | fbede6fc |
EUC-JP | 霳蹊 | 1000111111100111101011001110110011111110 | 8fe7acecfe |
UTF-8 | 霳蹊 | 111010011001110010110011111010001011100110001010 | e99cb3e8b98a |
UHC | ?蹊 | 001111111111101110110111 | 3ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)