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 | 魘盈}魘盈{^ | 1110100110110100100010010110110101111101111010011011010010001001011011010111101101011110 | e9b4896d7de9b4896d7b5e |
EUC-JP | 魘盈}魘盈{^ | 1111001010110110101100011100111001111101111100101011011010110001110011100111101101011110 | f2b6b1ce7df2b6b1ce7b5e |
UTF-8 | 魘盈}魘盈{^ | 111010011010110110011000111001111001101110001000011111011110100110101101100110001110011110011011100010000111101101011110 | e9ad98e79b887de9ad98e79b887b5e |
UHC | ?盈}?盈{^ | 001111111110011111000011011111010011111111100111110000110111101101011110 | 3fe7c37d3fe7c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)