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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 獺琅 | 11100000110110101110000011100100 | e0dae0e4 |
EUC-JP | 獺琅 | 11100000110111001110000011100110 | e0dce0e6 |
UTF-8 | 獺琅 | 111001111000110110111010111001111001000010000101 | e78dbae79085 |
UHC | 獺琅 | 11010011101101111101010111001010 | d3b7d5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)