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 | íù²Î» | 1110110111111001100011101011001010001110110011101000111010111011 | edf98eb28ece8ebb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íù???Î?? | 1000111110101011101111111000111110101011111000110011111100111111001111111000111110101010110000100011111100111111 | 8fabbf8fabe33f3f3f8faac23f3f |
UTF-8 | íù²Î» | 11000011101011011100001110111001110000101000111011000010101100101100001010001110110000111000111011000010100011101100001010111011 | c3adc3b9c28ec2b2c28ec38ec28ec2bb |
UHC | ???²???? | 001111110011111100111111101010011111011100111111001111110011111100111111 | 3f3f3fa9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)