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 | 違?擧^ | 100010001110000100111111100111011010011101011110 | 88e13f9da75e |
EUC-JP | 違?擧^ | 101100001110001100111111110110101010100101011110 | b0e33fdaa95e |
UTF-8 | 違튬擧^ | 11101001100000011001010111101101100010101010110011100110100100111010011101011110 | e98195ed8aace693a75e |
UHC | 違튬擧^ | 11101010110111101100011010101100110010111110000101011110 | eadec6accbe15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)