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 | èåÑë | 1110100011100101100011101101000110000111111010111000100010001000 | e8e58ed187eb8888 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èå?Ñ?ë?? | 10001111101010111011001010001111101010111010100100111111100011111010101011010000001111111000111110101011101100110011111100111111 | 8fabb28faba93f8faad03f8fabb33f3f |
UTF-8 | èåÑë | 11000011101010001100001110100101110000101000111011000011100100011100001010000111110000111010101111000010100010001100001010001000 | c3a8c3a5c28ec391c287c3abc288c288 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)