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 | 属竪}属竪{^ | 1001000110101110100100100100011101111101100100011010111010010010010001110111101101011110 | 91ae92477d91ae92477b5e |
EUC-JP | 属竪}属竪{^ | 1100001010110000110000111010100001111101110000101011000011000011101010000111101101011110 | c2b0c3a87dc2b0c3a87b5e |
UTF-8 | 属竪}属竪{^ | 111001011011000110011110111001111010101110101010011111011110010110110001100111101110011110101011101010100111101101011110 | e5b19ee7abaa7de5b19ee7abaa7b5e |
UHC | ?竪}?竪{^ | 001111111110001010110101011111010011111111100010101101010111101101011110 | 3fe2b57d3fe2b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)