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 | 驕廼霎ソ陲 | 111010011000000110010100010101011110100010111110101111111110100010100010 | e9819455e8bebfe8a2 |
EUC-JP | 驕廼霎ソ陲 | 11110001111000011100011110110110111100001100000010001110101111111111000010100100 | f1e1c7b6f0c08ebff0a4 |
UTF-8 | 驕廼霎ソ陲 | 111010011010100110010101111001011011101110111100111010011001110010001110111011111011110110111111111010011001100110110010 | e9a995e5bbbce99c8eefbdbfe999b2 |
UHC | 驕???? | 110011101111011000111111001111110011111100111111 | cef63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)