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 | 礁 | 1000111111001010 | 8fca |
EUC-JP | 礁 | 1011111011001100 | becc |
UTF-8 | 礁 | 111001111010010010000001 | e7a481 |
UHC | 礁 | 1111010110100111 | f5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)