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 | 獺獺瑶 | 111000001101101011100000110110101110000011110100 | e0dae0dae0f4 |
EUC-JP | 獺獺瑶 | 111000001101110011100000110111001110000011110110 | e0dce0dce0f6 |
UTF-8 | 獺獺瑶 | 111001111000110110111010111001111000110110111010111001111001000110110110 | e78dbae78dbae791b6 |
UHC | 獺獺? | 1101001110110111110100111011011100111111 | d3b7d3b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)