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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羇ユ乾^ | 11100011101100101000001110000110100010101010001101011110 | e3b283868aa35e |
EUC-JP | 羇ユ乾^ | 11100110101101001010010111100110101101001010010101011110 | e6b4a5e6b4a55e |
UTF-8 | 羇ユ乾^ | 11100111101111101000011111100011100000111010011011100100101110011011111001011110 | e7be87e383a6e4b9be5e |
UHC | ?ユ乾^ | 001111111010101111100110110010111110101101011110 | 3fabe6cbeb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)