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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | ?輕??SB | 00111111111001110110101000111111001111110101001101000010 | 3fe76a3f3f5342 |
EUC-JP | 沅輕??SB | 100011111100011011101001111011011100101100111111001111110101001101000010 | 8fc6e9edcb3f3f5342 |
UTF-8 | 沅輕렒렰SB | 1110011010110010100001011110100010111100100101011110101110100000100100101110101110100000101100000101001101000010 | e6b285e8bc95eba092eba0b05342 |
UHC | 沅輕렒렰SB | 11101010101101101100110011101110100011101010011110001110101111010101001101000010 | eab6ccee8ea78ebd5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)