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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 宿疾V | 1000111101101000100011101011111001010110 | 8f688ebe56 |
EUC-JP | 宿疾V | 1011110111001001101111001100000001010110 | bdc9bcc056 |
UTF-8 | 宿疾V | 11100101101011101011111111100111100101101011111001010110 | e5aebfe796be56 |
UHC | 宿疾V | 1110001011010110111100101111000001010110 | e2d6f2f056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)