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 | 螂ェ陲也ォェ | 111001011010010110101010111010001010001010010110111001111010101110101010 | e5a5aae8a296e7abaa |
EUC-JP | 螂ェ陲也ォェ | 111010101010011110001110101010101111000010100100110011001110100110001110101010111000111010101010 | eaa78eaaf0a4cce98eab8eaa |
UTF-8 | 螂ェ陲也ォェ | 111010001001111010000010111011111011110110101010111010011001100110110010111001001011100110011111111011111011110110101011111011111011110110101010 | e89e82efbdaae999b2e4b99fefbdabefbdaa |
UHC | 螂??也?? | 1101010111001100001111110011111111100101101001010011111100111111 | d5cc3f3fe5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)