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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 涌哺] | 1001011101001111100110100100110101011101 | 974f9a4d5d |
EUC-JP | 涌哺] | 1100110110110000110100111010111001011101 | cdb0d3ae5d |
UTF-8 | 涌哺] | 11100110101101101000110011100101100100111011101001011101 | e6b68ce593ba5d |
UHC | 涌哺] | 1110100110111111111110001101010001011101 | e9bff8d45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)