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 | è߲ァB | 11101000110111111011001011101111101111011010011101000010 | e8dfb2efbda742 |
SJIS-WIN | ?????§B | 0011111100111111001111110011111100111111100000011001100001000010 | 3f3f3f3f3f819842 |
EUC-JP | èß?ï?§B | 1000111110101011101100101000111110101001110011100011111110001111101010111100000100111111101000011111100001000010 | 8fabb28fa9ce3f8fabc13fa1f842 |
UTF-8 | è߲ァB | 11000011101010001100001110011111110000101011001011000011101011111100001010111101110000101010011101000010 | c3a8c39fc2b2c3afc2bdc2a742 |
UHC | ?ß²?½§B | 0011111110101001101011001010100111110111001111111010100011110110101000011101011101000010 | 3fa9aca9f73fa8f6a1d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)