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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜ケ雉郁ウ | 1110100011101001101110011110100010110011100010001110100010110011 | e8e9b9e8b388e8b3 |
EUC-JP | 韜ケ雉郁ウ | 11110000111010111000111010111001111100001011010110110000111010101000111010110011 | f0eb8eb9f0b5b0ea8eb3 |
UTF-8 | 韜ケ雉郁ウ | 111010011001111110011100111011111011110110111001111010011001101110001001111010011000001110000001111011111011110110110011 | e99f9cefbdb9e99b89e98381efbdb3 |
UHC | 韜?雉郁? | 1101010010110111001111111111011011001011111010011111010000111111 | d4b73ff6cbe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)