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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螟懍檮緕ァB | 11100101101001001001110011101100100111101000110111100011100011101010011101000010 | e5a49cec9e8de38ea742 |
EUC-JP | 螟懍檮緕ァB | 1110101010100110110110001110111011011011111011011110010111101110100011101010011101000010 | eaa6d8eedbede5ee8ea742 |
UTF-8 | 螟懍檮緕ァB | 11101000100111101001111111100110100001111000110111100110101010101010111011100111101101111001010111101111101111011010011101000010 | e89e9fe6878de6aaaee7b795efbda742 |
UHC | 螟????B | 11011001101011010011111100111111001111110011111101000010 | d9ad3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)