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 | 邁誹瞳陟 | 1110011110110000100101001110111010010011101101011110100010100000 | e7b094ee93b5e8a0 |
EUC-JP | 邁誹瞳陟 | 1110111010110010110010001111000011000110101101111111000010100010 | eeb2c8f0c6b7f0a2 |
UTF-8 | 邁誹瞳陟 | 111010011000001010000001111010001010101010111001111001111001111010110011111010011001100110011111 | e98281e8aab9e79eb3e9999f |
UHC | 邁誹瞳陟 | 1101100011100100110111101010011011010100110110101111010010110011 | d8e4dea6d4daf4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)