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 | ??| | 001111110011111101111100 | 3f3f7c |
SJIS-WIN | 謝嫉| | 1000111011010011100011101011100101111100 | 8ed38eb97c |
EUC-JP | 謝嫉| | 1011110011010101101111001011101101111100 | bcd5bcbb7c |
UTF-8 | 謝嫉| | 11101000101011001001110111100101101010111000100101111100 | e8ac9de5ab897c |
UHC | 謝嫉| | 1101111011110011111100101110110001111100 | def3f2ec7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)