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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羣∬娠 | 111000111011100010000001111010001001000001010000 | e3b881e89050 |
EUC-JP | 羣∬娠 | 111001101011101010100010111010101011111110110001 | e6baa2eabfb1 |
UTF-8 | 羣∬娠 | 111001111011111010100011111000101000100010101100111001011010100010100000 | e7bea3e288ace5a8a0 |
UHC | ?∬娠 | 0011111110100001111100111110001111100011 | 3fa1f3e3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)