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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 軫烋躊軫{d | 11100111011001101110000001111101111001110101001111100111011001100111101101100100 | e766e07de753e7667b64 |
EUC-JP | 軫烋躊軫{d | 11101101110001111101111111011110111011011011010011101101110001110111101101100100 | edc7dfdeedb4edc77b64 |
UTF-8 | 軫烋躊軫{d | 1110100010111011101010111110011110000011100010111110100010111010100010101110100010111011101010110111101101100100 | e8bbabe7838be8ba8ae8bbab7b64 |
UHC | 軫烋躊軫{d | 11110010111000101111110111001110111100011100110011110010111000100111101101100100 | f2e2fdcef1ccf2e27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)