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 | 岻錣}岻錣{^ | 1001101110101100111010000100001101111101100110111010110011101000010000110111101101011110 | 9bace8437d9bace8437b5e |
EUC-JP | 岻錣}岻錣{^ | 1101011010101110111011111010010001111101110101101010111011101111101001000111101101011110 | d6aeefa47dd6aeefa47b5e |
UTF-8 | 岻錣}岻錣{^ | 111001011011001010111011111010011000110010100011011111011110010110110010101110111110100110001100101000110111101101011110 | e5b2bbe98ca37de5b2bbe98ca37b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)