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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弑??? | 1001110001010101001111110011111100111111 | 9c553f3f3f |
EUC-JP | 弑??轝 | 11010111101101100011111100111111100011111110000110101010 | d7b63f3f8fe1aa |
UTF-8 | 弑걢떦轝 | 111001011011110010010001111010101011000110100010111010111001011010100110111010001011110110011101 | e5bc91eab1a2eb96a6e8bd9d |
UHC | 弑걢떦轝 | 1110001110111101100000011000101110001011101110011110011010101100 | e3bd818b8bb9e6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)