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 | 豐夥牟魍雅 | 11100110101100101001101011101100100101101011010011101001101100011000100111101011 | e6b29aec96b4e9b189eb |
EUC-JP | 豐夥牟魍雅 | 11101100101101001101010011101110110011001011011011110010101100111011001011101101 | ecb4d4eeccb6f2b3b2ed |
UTF-8 | 豐夥牟魍雅 | 111010001011000110010000111001011010010010100101111001111000100110011111111010011010110110001101111010011001101110000101 | e8b190e5a4a5e7899fe9ad8de99b85 |
UHC | ??牟?雅 | 00111111001111111101100110111111001111111110010010111010 | 3f3fd9bf3fe4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)