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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 涌疼Y | 1001011101001111111000010111010101011001 | 974fe17559 |
EUC-JP | 涌疼Y | 1100110110110000111000011101011001011001 | cdb0e1d659 |
UTF-8 | 涌疼Y | 11100110101101101000110011100111100101101011110001011001 | e6b68ce796bc59 |
UHC | 涌疼Y | 1110100110111111110101001101100101011001 | e9bfd4d959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)