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 | 襞咲雑 | 111001011111110010001101111001111000111001000111 | e5fc8de78e47 |
EUC-JP | 襞咲雑 | 111010101111111010111010111010011011101110101000 | eafebae9bba8 |
UTF-8 | 襞咲雑 | 111010001010010110011110111001011001001010110010111010011001101110010001 | e8a59ee592b2e99b91 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)