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 | 鞨卓ァ | 1110100011100000100100011110110010100111 | e8e091eca7 |
EUC-JP | 鞨卓ァ | 111100001110001011000010111011101000111010100111 | f0e2c2ee8ea7 |
UTF-8 | 鞨卓ァ | 111010011001111010101000111001011000110110010011111011111011110110100111 | e99ea8e58d93efbda7 |
UHC | 鞨卓? | 1100101011101010111101101111000100111111 | caeaf6f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)