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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | 珈獗魎LF | 1110000011011011111000001101001111101001101100100100110001000110 | e0dbe0d3e9b24c46 |
EUC-JP | 珈獗魎LF | 1110000011011101111000001101010111110010101101000100110001000110 | e0dde0d5f2b44c46 |
UTF-8 | 珈獗魎LF | 1110011110001111100010001110011110001101100101111110100110101101100011100100110001000110 | e78f88e78d97e9ad8e4c46 |
UHC | ?獗?LF | 001111111100111111110001001111110100110001000110 | 3fcff13f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)