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 | ? | 00111111 | 3f |
SJIS-WIN | 燐 | 1001011111010011 | 97d3 |
EUC-JP | 燐 | 1100111011010101 | ced5 |
UTF-8 | 燐 | 111001111000011110010000 | e78790 |
UHC | 燐 | 1101011111110010 | d7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)