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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????洹 | 001111110011111100111111001111110011111100111111100011111100011110111010 | 3f3f3f3f3f3f8fc7ba |
UTF-8 | 列띠궍杻뚧꽴洹 | 111011111010011010011100111010111001110110100000111010101011011010001101111011111010011110001000111010111001101010100111111010101011110110110100111001101011010010111001 | efa69ceb9da0eab68defa788eb9aa7eabdb4e6b4b9 |
UHC | 列띠궍杻뚧꽴洹 | 1110011011101010101101101110110010000010101000111110101011110100100011001110011010000100101111111110101010110111 | e6eab6ec82a3eaf48ce684bfeab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)