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 | 砒厂}砒厂{^ | 1110000111100101100110011100101001111101111000011110010110011001110010100111101101011110 | e1e599ca7de1e599ca7b5e |
EUC-JP | 砒厂}砒厂{^ | 1110001011100111110100101100110001111101111000101110011111010010110011000111101101011110 | e2e7d2cc7de2e7d2cc7b5e |
UTF-8 | 砒厂}砒厂{^ | 111001111010000010010010111001011000111010000010011111011110011110100000100100101110010110001110100000100111101101011110 | e7a092e58e827de7a092e58e827b5e |
UHC | 砒?}砒?{^ | 110111011111011100111111011111011101110111110111001111110111101101011110 | ddf73f7dddf73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)