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 | 爐猾獎 | 111000001010001011100000110011111110000011010000 | e0a2e0cfe0d0 |
EUC-JP | 爐猾獎 | 111000001010010011100000110100011110000011010010 | e0a4e0d1e0d2 |
UTF-8 | 爐猾獎 | 111001111000100010010000111001111000110010111110111001111000110110001110 | e78890e78cbee78d8e |
UHC | 爐猾? | 1101011011010011111111001100001000111111 | d6d3fcc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)