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 | èßë¹Ïø | 1110100011011111100110011110101110001011101110011100111111111000 | e8df99eb8bb9cff8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èß?ë??Ïø | 100011111010101110110010100011111010100111001110001111111000111110101011101100110011111100111111100011111010101011000001100011111010100111001100 | 8fabb28fa9ce3f8fabb33f3f8faac18fa9cc |
UTF-8 | èßë¹Ïø | 11000011101010001100001110011111110000101001100111000011101010111100001010001011110000101011100111000011100011111100001110111000 | c3a8c39fc299c3abc28bc2b9c38fc3b8 |
UHC | ?ß???¹?ø | 0011111110101001101011000011111100111111001111111010100111110110001111111010100110101010 | 3fa9ac3f3f3fa9f63fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)