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 | 驍ゐ逢陞「 | 111010011000001010000010111011101000100010100111111010001001111010100010 | e98282ee88a7e89ea2 |
EUC-JP | 驍ゐ逢陞「 | 11110001111000101010010011110000101100001010100111101111111111101000111010100010 | f1e2a4f0b0a9effe8ea2 |
UTF-8 | 驍ゐ逢陞「 | 111010011010100110001101111000111000001010010000111010011000000010100010111010011001100110011110111011111011110110100010 | e9a98de38290e980a2e9999eefbda2 |
UHC | 驍ゐ逢陞? | 111111011010010010101010111100001101110011110001111000111011001100111111 | fda4aaf0dcf1e3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)