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 | 10001110101111011110111010111111100011101101000101010000 | 8ebdeebf8ed150 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | ??î¿?ÑP | 00111111001111111000111110101011110000101000111110100010110001000011111110001111101010101101000001010000 | 3f3f8fabc28fa2c43f8faad050 |
UTF-8 | ½î¿ÑP | 11000010100011101100001010111101110000111010111011000010101111111100001010001110110000111001000101010000 | c28ec2bdc3aec2bfc28ec39150 |
UHC | ?½?¿??P | 001111111010100011110110001111111010001010101111001111110011111101010000 | 3fa8f63fa2af3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)