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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韜サ雉埼ェー | 111010001110100110111011111010001011001110001101111010011010101010110000 | e8e9bbe8b38de9aab0 |
EUC-JP | 韜サ雉埼ェー | 111100001110101110001110101110111111000010110101101110101110101110001110101010101000111010110000 | f0eb8ebbf0b5baeb8eaa8eb0 |
UTF-8 | 韜サ雉埼ェー | 111010011001111110011100111011111011110110111011111010011001101110001001111001011001111110111100111011111011110110101010111011111011110110110000 | e99f9cefbdbbe99b89e59fbcefbdaaefbdb0 |
UHC | 韜?雉埼?? | 110101001011011100111111111101101100101111010000111100100011111100111111 | d4b73ff6cbd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)