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 | èø²íõ | 111010001111100010001110101100101110110111110101 | e8f88eb2edf5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èø??íõ | 1000111110101011101100101000111110101001110011000011111100111111100011111010101110111111100011111010101111011000 | 8fabb28fa9cc3f3f8fabbf8fabd8 |
UTF-8 | èø²íõ | 110000111010100011000011101110001100001010001110110000101011001011000011101011011100001110110101 | c3a8c3b8c28ec2b2c3adc3b5 |
UHC | ?ø?²?? | 0011111110101001101010100011111110101001111101110011111100111111 | 3fa9aa3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)