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{^ | 111001011001110001001010011111011110010110011100010010100111101101011110 | e59c4a7de59c4a7b5e |
EUC-JP | 蝨J}蝨J{^ | 111010011111110001001010011111011110100111111100010010100111101101011110 | e9fc4a7de9fc4a7b5e |
UTF-8 | 蝨J}蝨J{^ | 1110100010011101101010000100101001111101111010001001110110101000010010100111101101011110 | e89da84a7de89da84a7b5e |
UHC | 蝨J}蝨J{^ | 111000111010010001001010011111011110001110100100010010100111101101011110 | e3a44a7de3a44a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)