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 | ヨテン | 1111000111111011110101101100001111011101 | f1fbd6c3dd |
EUC-JP | ?ヨテン | 00111111100011101101011010001110110000111000111011011101 | 3f8ed68ec38edd |
UTF-8 | ヨテン | 111011101000010110110110111011111011111010010110111011111011111010000011111011111011111010011101 | ee85b6efbe96efbe83efbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)