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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 苑瓏 | 10001001100100011110000011111010 | 8991e0fa |
EUC-JP | 苑瓏 | 10110001111100011110000011111100 | b1f1e0fc |
UTF-8 | 苑瓏 | 111010001000101110010001111001111001001110001111 | e88b91e7938f |
UHC | 苑瓏 | 11101010101111011101011011101010 | eabdd6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)