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 | 邨イ竏エ襄 | 1110011110110101101100101110001010001000101101001110010111110101 | e7b5b2e288b4e5f5 |
EUC-JP | 邨イ竏エ襄 | 11101110101101111000111010110010111000111110100010001110101101001110101011110111 | eeb78eb2e3e88eb4eaf7 |
UTF-8 | 邨イ竏エ襄 | 111010011000001010101000111011111011110110110010111001111010101110001111111011111011110110110100111010001010010110000100 | e982a8efbdb2e7ab8fefbdb4e8a584 |
UHC | 邨???襄 | 11110101101111100011111100111111001111111110010111010001 | f5be3f3f3fe5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)