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 | 鞐鷹。泌 | 11101000110111101001000111101001101000011001010011100101 | e8de91e9a194e5 |
EUC-JP | 鞐鷹。泌 | 1111000011100000110000101110101110001110101000011100100011100111 | f0e0c2eb8ea1c8e7 |
UTF-8 | 鞐鷹。泌 | 111010011001111010010000111010011011011110111001111011111011110110100001111001101011001110001100 | e99e90e9b7b9efbda1e6b38c |
UHC | ?鷹?泌 | 001111111110101111101101001111111111100110110010 | 3febed3ff9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)