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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?虎嚮 | 0011111110001100110101011001101010001100 | 3f8cd59a8c |
EUC-JP | ?虎嚮 | 0011111110111000110101111101001111101100 | 3fb8d7d3ec |
UTF-8 | 렰虎嚮 | 111010111010000010110000111010001001100110001110111001011001101010101110 | eba0b0e8998ee59aae |
UHC | 렰虎嚮 | 100011101011110111111011110110111111101010111111 | 8ebdfbdbfabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)