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 | í÷¾ò³ | 111011011111011110001110101111101111001010110011 | edf78ebef2b3 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | í÷??ò? | 1000111110101011101111111010000111100000001111110011111110001111101010111101001000111111 | 8fabbfa1e03f3f8fabd23f |
UTF-8 | í÷¾ò³ | 110000111010110111000011101101111100001010001110110000101011111011000011101100101100001010110011 | c3adc3b7c28ec2bec3b2c2b3 |
UHC | ?÷?¾?³ | 001111111010000111000000001111111010100011111010001111111010100111111000 | 3fa1c03fa8fa3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)