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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 衲靜}衲靜{^ | 1110010111010011111010001100111001111101111001011101001111101000110011100111101101011110 | e5d3e8ce7de5d3e8ce7b5e |
EUC-JP | 衲靜}衲靜{^ | 1110101011010101111100001101000001111101111010101101010111110000110100000111101101011110 | ead5f0d07dead5f0d07b5e |
UTF-8 | 衲靜}衲靜{^ | 111010001010000110110010111010011001110110011100011111011110100010100001101100101110100110011101100111000111101101011110 | e8a1b2e99d9c7de8a1b2e99d9c7b5e |
UHC | 衲靜}衲靜{^ | 1101001010100100111100001010000101111101110100101010010011110000101000010111101101011110 | d2a4f0a17dd2a4f0a17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)