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 | 寃??^ | 1001101110000011001111110011111101011110 | 9b833f3f5e |
EUC-JP | 寃??^ | 1101010111100011001111110011111101011110 | d5e33f3f5e |
UTF-8 | 寃띨륭^ | 11100101101011111000001111101011100111011010100011101011101001011010110101011110 | e5af83eb9da8eba5ad5e |
UHC | 寃띨륭^ | 11101010101100101011011011101110101110001010001001011110 | eab2b6eeb8a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)