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 | 垣系}垣系{^ | 1000101001011111100011000110111001111101100010100101111110001100011011100111101101011110 | 8a5f8c6e7d8a5f8c6e7b5e |
EUC-JP | 垣系}垣系{^ | 1011001111000000101101111100111101111101101100111100000010110111110011110111101101011110 | b3c0b7cf7db3c0b7cf7b5e |
UTF-8 | 垣系}垣系{^ | 111001011001111010100011111001111011001110111011011111011110010110011110101000111110011110110011101110110111101101011110 | e59ea3e7b3bb7de59ea3e7b3bb7b5e |
UHC | 垣系}垣系{^ | 1110101010101111110011011010011101111101111010101010111111001101101001110111101101011110 | eaafcda77deaafcda77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)