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 | 郤暴}郤暴{^ | 1110011110111010100101100101110001111101111001111011101010010110010111000111101101011110 | e7ba965c7de7ba965c7b5e |
EUC-JP | 郤暴}郤暴{^ | 1110111010111100110010111011110101111101111011101011110011001011101111010111101101011110 | eebccbbd7deebccbbd7b5e |
UTF-8 | 郤暴}郤暴{^ | 111010011000001110100100111001101001101010110100011111011110100110000011101001001110011010011010101101000111101101011110 | e983a4e69ab47de983a4e69ab47b5e |
UHC | ?暴}?暴{^ | 001111111111100011101100011111010011111111111000111011000111101101011110 | 3ff8ec7d3ff8ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)