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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ェオ | 1111010111011011111100101100101110101010101101011111010111011011 | f5dbf2cbaab5f5db |
EUC-JP | ??ェオ? | 00111111001111111000111010101010100011101011010100111111 | 3f3f8eaa8eb53f |
UTF-8 | ェオ | 111011101001000110000110111011101000100010000010111011111011110110101010111011111011110110110101111011101001000110000110 | ee9186ee8882efbdaaefbdb5ee9186 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)