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 | 題?議? | 100100011110100000111111100010110110001100111111 | 91e83f8b633f |
EUC-JP | 題?議? | 110000101110101000111111101101011100010000111111 | c2ea3fb5c43f |
UTF-8 | 題렯議렞 | 111010011010000110001100111010111010000010101111111010001010110110110000111010111010000010011110 | e9a18ceba0afe8adb0eba09e |
UHC | 題렯議렞 | 1111000010111001100011101011110011101100101000011000111010101111 | f0b98ebceca18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)