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 | 驍ィ荳槫桶 | 111010011000001010101000111001001011100010011110111001011000100110110001 | e982a8e4b89ee589b1 |
EUC-JP | 驍ィ荳槫桶 | 11110001111000101000111010101000111010001011101011011100111001111011001010110011 | f1e28ea8e8badce7b2b3 |
UTF-8 | 驍ィ荳槫桶 | 111010011010100110001101111011111011110110101000111010001000110110110011111001101010011110101011111001101010000110110110 | e9a98defbda8e88db3e6a7abe6a1b6 |
UHC | 驍?荳?桶 | 1111110110100100001111111101010011100101001111111111011111010010 | fda43fd4e53ff7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)