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 | 蟹??^ | 1000101001001001001111110011111101011110 | 8a493f3f5e |
EUC-JP | 蟹??^ | 1011001110101010001111110011111101011110 | b3aa3f3f5e |
UTF-8 | 蟹딀뱵^ | 11101000100111111011100111101011100101001000000011101011101100011011010101011110 | e89fb9eb9480ebb1b55e |
UHC | 蟹딀뱵^ | 11111010101011111000101011100110100100111001101101011110 | faaf8ae6939b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)