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{^ | 100010101000001101001010011111011000101010000011010010100111101101011110 | 8a834a7d8a834a7b5e |
EUC-JP | 潟J}潟J{^ | 101100111110001101001010011111011011001111100011010010100111101101011110 | b3e34a7db3e34a7b5e |
UTF-8 | 潟J}潟J{^ | 1110011010111101100111110100101001111101111001101011110110011111010010100111101101011110 | e6bd9f4a7de6bd9f4a7b5e |
UHC | 潟J}潟J{^ | 111000001011001101001010011111011110000010110011010010100111101101011110 | e0b34a7de0b34a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)