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 | 魘詠}魘詠{^ | 1110100110110100100010010111001001111101111010011011010010001001011100100111101101011110 | e9b489727de9b489727b5e |
EUC-JP | 魘詠}魘詠{^ | 1111001010110110101100011101001101111101111100101011011010110001110100110111101101011110 | f2b6b1d37df2b6b1d37b5e |
UTF-8 | 魘詠}魘詠{^ | 111010011010110110011000111010001010100110100000011111011110100110101101100110001110100010101001101000000111101101011110 | e9ad98e8a9a07de9ad98e8a9a07b5e |
UHC | ?詠}?詠{^ | 001111111110011111001001011111010011111111100111110010010111101101011110 | 3fe7c97d3fe7c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)