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 | èûhèû | 111010001111101110000110011010001110100011111011 | e8fb8668e8fb |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | èû?hèû | 1000111110101011101100101000111110101011111001010011111101101000100011111010101110110010100011111010101111100101 | 8fabb28fabe53f688fabb28fabe5 |
UTF-8 | èûhèû | 1100001110101000110000111011101111000010100001100110100011000011101010001100001110111011 | c3a8c3bbc28668c3a8c3bb |
UHC | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)