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 | ?焙}?焙{^ | 001111111110000010000100011111010011111111100000100001000111101101011110 | 3fe0847d3fe0847b5e |
EUC-JP | 獐焙}獐焙{^ | 10001111110010111011101011011111111001000111110110001111110010111011101011011111111001000111101101011110 | 8fcbbadfe47d8fcbbadfe47b5e |
UTF-8 | 獐焙}獐焙{^ | 111001111000110110010000111001111000010010011001011111011110011110001101100100001110011110000100100110010111101101011110 | e78d90e784997de78d90e784997b5e |
UHC | 獐焙}獐焙{^ | 1110110111101111110110111100110001111101111011011110111111011011110011000111101101011110 | edefdbcc7dedefdbcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)