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 | 獺唏 | 11100000110110101001101001001000 | e0da9a48 |
EUC-JP | 獺唏 | 11100000110111001101001110101001 | e0dcd3a9 |
UTF-8 | 獺唏 | 111001111000110110111010111001011001010010001111 | e78dbae5948f |
UHC | 獺? | 110100111011011100111111 | d3b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)