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 | ?祺}?祺{^ | 001111111110001001010001011111010011111111100010010100010111101101011110 | 3fe2517d3fe2517b5e |
EUC-JP | 饔祺}饔祺{^ | 10001111111010001110111111100011101100100111110110001111111010001110111111100011101100100111101101011110 | 8fe8efe3b27d8fe8efe3b27b5e |
UTF-8 | 饔祺}饔祺{^ | 111010011010010110010100111001111010010110111010011111011110100110100101100101001110011110100101101110100111101101011110 | e9a594e7a5ba7de9a594e7a5ba7b5e |
UHC | 饔祺}饔祺{^ | 1110100010111101110100011011100001111101111010001011110111010001101110000111101101011110 | e8bdd1b87de8bdd1b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)