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 | 蠑・讒取ュ | 1110010110111100101001011110011010100111100011101110011010101101 | e5bca5e6a78ee6ad |
EUC-JP | 蠑・讒取ュ | 11101010101111101000111010100101111011001010100110111100111010001000111010101101 | eabe8ea5eca9bce88ead |
UTF-8 | 蠑・讒取ュ | 111010001010000010010001111011111011110110100101111010001010111010010010111001011000111110010110111011111011110110101101 | e8a091efbda5e8ae92e58f96efbdad |
UHC | ??讒取? | 00111111001111111111001111011000111101101010001000111111 | 3f3ff3d8f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)