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 | ¾ßîµ¼ | 10001110101111101101111111101110100011101011010110111100 | 8ebedfee8eb5bc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??ßî??? | 0011111100111111100011111010100111001110100011111010101111000010001111110011111100111111 | 3f3f8fa9ce8fabc23f3f3f |
UTF-8 | ¾ßîµ¼ | 1100001010001110110000101011111011000011100111111100001110101110110000101000111011000010101101011100001010111100 | c28ec2bec39fc3aec28ec2b5c2bc |
UHC | ?¾ß???¼ | 00111111101010001111101010101001101011000011111100111111001111111010100011111001 | 3fa8faa9ac3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)