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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 纐瓏^ | 1110001110010110111000001111101001011110 | e396e0fa5e |
EUC-JP | 纐瓏^ | 1110010111110110111000001111110001011110 | e5f6e0fc5e |
UTF-8 | 纐瓏^ | 11100111101110101001000011100111100100111000111101011110 | e7ba90e7938f5e |
UHC | ?瓏^ | 00111111110101101110101001011110 | 3fd6ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)