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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 謐磯攻B | 11100110100011011000100011101001100011010101010101000010 | e68d88e98d5542 |
EUC-JP | 謐磯攻B | 11101011111011011011000011101011101110011011011001000010 | ebedb0ebb9b642 |
UTF-8 | 謐磯攻B | 11101000101011001001000011100111101000111010111111100110100101001011101101000010 | e8ac90e7a3afe694bb42 |
UHC | 謐磯攻B | 11011010110011011101000110110100110011011111010001000010 | dacdd1b4cdf442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)