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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 苑茸P | 1000100110010001100100011111100101010000 | 899191f950 |
EUC-JP | 苑茸P | 1011000111110001110000101111101101010000 | b1f1c2fb50 |
UTF-8 | 苑茸P | 11101000100010111001000111101000100011001011100001010000 | e88b91e88cb850 |
UHC | 苑茸P | 1110101010111101111010011100011101010000 | eabde9c750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)