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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 懈??蘖?{d | 100111001110011000111111001111111001111101010000001111110111101101100100 | 9ce63f3f9f503f7b64 |
EUC-JP | 懈??蘖?{d | 110110001110100000111111001111111101110110110001001111110111101101100100 | d8e83f3fddb13f7b64 |
UTF-8 | 懈끔黎蘖귓{d | 1110011010000111100010001110101110000001100101001110111110100110100010011110100010011000100101101110101010110111100100110111101101100100 | e68788eb8194efa689e89896eab7937b64 |
UHC | 懈끔黎蘖귓{d | 111110101010101110110010111110111110011010110001111001011110111010110001110100110111101101100100 | faabb2fbe6b1e5eeb1d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)