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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 柚ц?v | 100101110100110110000100100010000011111101110110 | 974d84883f76 |
EUC-JP | 柚ц?v | 110011011010111010100111111010000011111101110110 | cdaea7e83f76 |
UTF-8 | 柚ц쎗v | 111001101001111110011010110100011000011011101100100011101001011101110110 | e69f9ad186ec8e9776 |
UHC | 柚ц쎗v | 11101010111101101010110011101000100110111011111001110110 | eaf6ace89bbe76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)