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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟懋サ躯 | 11100101101001001001110011101010101110111000101111101011 | e5a49ceabb8beb |
EUC-JP | 螟懋サ躯 | 1110101010100110110110001110110010001110101110111011011011101101 | eaa6d8ec8ebbb6ed |
UTF-8 | 螟懋サ躯 | 111010001001111010011111111001101000011110001011111011111011110110111011111010001011101010101111 | e89e9fe6878befbdbbe8baaf |
UHC | 螟懋?? | 110110011010110111011001111001010011111100111111 | d9add9e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)