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 | 涯??^ | 1000101001010101001111110011111101011110 | 8a553f3f5e |
EUC-JP | 涯??^ | 1011001110110110001111110011111101011110 | b3b63f3f5e |
UTF-8 | 涯뽩븭^ | 11100110101101101010111111101011101111011010100111101011101110001010110101011110 | e6b6afebbda9ebb8ad5e |
UHC | 涯뽩븭^ | 11100100111100111001011011100101100101011001011001011110 | e4f396e595965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)