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{^ | 111001111101011101001010011111011110011111010111010010100111101101011110 | e7d74a7de7d74a7b5e |
EUC-JP | 釋J}釋J{^ | 111011101101100101001010011111011110111011011001010010100111101101011110 | eed94a7deed94a7b5e |
UTF-8 | 釋J}釋J{^ | 1110100110000111100010110100101001111101111010011000011110001011010010100111101101011110 | e9878b4a7de9878b4a7b5e |
UHC | 釋J}釋J{^ | 111000001011011101001010011111011110000010110111010010100111101101011110 | e0b74a7de0b74a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)