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 | 跚エ闡ケ跌ェ | 11100110111001111011010011101000100100011011100111100110111010011000001101000110 | e6e7b4e891b9e6e98346 |
EUC-JP | 跚エ闡ケ跌ェ | 111011001110100110001110101101001110111111110001100011101011100111101100111010111010010110100111 | ece98eb4eff18eb9eceba5a7 |
UTF-8 | 跚エ闡ケ跌ェ | 111010001011011110011010111011111011110110110100111010011001011110100001111011111011110110111001111010001011011110001100111000111000001010100111 | e8b79aefbdb4e997a1efbdb9e8b78ce382a7 |
UHC | ??闡?跌ェ | 001111110011111111110100110001010011111111110010111101101010101110100111 | 3f3ff4c53ff2f6aba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)