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 | 僊疎^ | 1001100101000001100100010110000101011110 | 994191615e |
EUC-JP | 僊疎^ | 1101000110100010110000011100001001011110 | d1a2c1c25e |
UTF-8 | 僊疎^ | 11100101100000111000101011100111100101101000111001011110 | e5838ae7968e5e |
UHC | 僊疎^ | 1110000010111010111000011100001101011110 | e0bae1c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)