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 | 鞨臥ヲ | 1110100011100000100010011110011110100110 | e8e089e7a6 |
EUC-JP | 鞨臥ヲ | 111100001110001010110010111010011000111010100110 | f0e2b2e98ea6 |
UTF-8 | 鞨臥ヲ | 111010011001111010101000111010001000011110100101111011111011110110100110 | e99ea8e887a5efbda6 |
UHC | 鞨臥? | 1100101011101010111010001100001000111111 | caeae8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)