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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ェチ | 111110011110100011111000101000011010101011000001 | f9e8f8a1aac1 |
EUC-JP | ??ェチ | 001111110011111110001110101010101000111011000001 | 3f3f8eaa8ec1 |
UTF-8 | ェチ | 111011101001110110000011111011101001100110000000111011111011110110101010111011111011111010000001 | ee9d83ee9980efbdaaefbe81 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)