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 | 門o餠 | 100101101110010110000010100011111110100101010101 | 96e5828fe955 |
EUC-JP | 門o餠 | 110011001110011110100011111011111111000110110110 | cce7a3eff1b6 |
UTF-8 | 門o餠 | 111010011001011010000000111011111011110110001111111010011010010010100000 | e99680efbd8fe9a4a0 |
UHC | 門o餠 | 110110101010011010100011111011111101110010111111 | daa6a3efdcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)