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 | 縷 | 1110001101111110 | e37e |
EUC-JP | 縷 | 1110010111011111 | e5df |
UTF-8 | 縷 | 111001111011100010110111 | e7b8b7 |
UHC | 縷 | 1101011110101100 | d7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)