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 | 螂ェ雍郁゙ | 1110010110100101101010101110100010110100100010001110100011011110 | e5a5aae8b488e8de |
EUC-JP | 螂ェ雍郁゙ | 11101010101001111000111010101010111100001011011010110000111010101000111011011110 | eaa78eaaf0b6b0ea8ede |
UTF-8 | 螂ェ雍郁゙ | 111010001001111010000010111011111011110110101010111010011001101110001101111010011000001110000001111011111011111010011110 | e89e82efbdaae99b8de98381efbe9e |
UHC | 螂?雍郁? | 1101010111001100001111111110100010111100111010011111010000111111 | d5cc3fe8bce9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)