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 | ?J}?J{^ | 00111111010010100111110100111111010010100111101101011110 | 3f4a7d3f4a7b5e |
SJIS-WIN | 汐J}汐J{^ | 100011101010110001001010011111011000111010101100010010100111101101011110 | 8eac4a7d8eac4a7b5e |
EUC-JP | 汐J}汐J{^ | 101111001010111001001010011111011011110010101110010010100111101101011110 | bcae4a7dbcae4a7b5e |
UTF-8 | 汐J}汐J{^ | 1110011010110001100100000100101001111101111001101011000110010000010010100111101101011110 | e6b1904a7de6b1904a7b5e |
UHC | 汐J}汐J{^ | 111000001011000101001010011111011110000010110001010010100111101101011110 | e0b14a7de0b14a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)