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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ェ謗「蓁談 | 11100101101001011010101011100110100011101010001011100100111010111001001001101011 | e5a5aae68ea2e4eb926b |
EUC-JP | 螂ェ謗「蓁談 | 111010101010011110001110101010101110101111101110100011101010001011101000111011011100001111001100 | eaa78eaaebee8ea2e8edc3cc |
UTF-8 | 螂ェ謗「蓁談 | 111010001001111010000010111011111011110110101010111010001010110010010111111011111011110110100010111010001001001110000001111010001010101110000111 | e89e82efbdaae8ac97efbda2e89381e8ab87 |
UHC | 螂?謗??談 | 110101011100110000111111110110111011111100111111001111111101001111001000 | d5cc3fdbbf3f3fd3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)