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 | ∵∽}∵∽{^ | 1000000111100110100000011110010001111101100000011110011010000001111001000111101101011110 | 81e681e47d81e681e47b5e |
EUC-JP | ∵∽}∵∽{^ | 1010001011101000101000101110011001111101101000101110100010100010111001100111101101011110 | a2e8a2e67da2e8a2e67b5e |
UTF-8 | ∵∽}∵∽{^ | 111000101000100010110101111000101000100010111101011111011110001010001000101101011110001010001000101111010111101101011110 | e288b5e288bd7de288b5e288bd7b5e |
UHC | ∵∽}∵∽{^ | 1010000111110001101000011110111101111101101000011111000110100001111011110111101101011110 | a1f1a1ef7da1f1a1ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)