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 | 糶鞦 | 111100101111101111100010111110101110100011100001 | f2fbe2fae8e1 |
EUC-JP | ?糶鞦 | 0011111111100100111111001111000011100011 | 3fe4fcf0e3 |
UTF-8 | 糶鞦 | 111011101000100010110010111001111011001110110110111010011001111010100110 | ee88b2e7b3b6e99ea6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)