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 | 晙牾晙ヨ緝 | 111110101101011111100000101100011111101011010111110101101110001101101000 | fad7e0b1fad7d6e368 |
EUC-JP | 晙牾晙ヨ緝 | 100011111100001010111010111000001011001110001111110000101011101010001110110101101110010111001001 | 8fc2bae0b38fc2ba8ed6e5c9 |
UTF-8 | 晙牾晙ヨ緝 | 111001101001100110011001111001111000100110111110111001101001100110011001111011111011111010010110111001111011011110011101 | e69999e789bee69999efbe96e7b79d |
UHC | 晙?晙?緝 | 1111000111011011001111111111000111011011001111111111001011111101 | f1db3ff1db3ff2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)