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 | 瑜瑣矮 | 111000001110111111100000111100101110000111100010 | e0efe0f2e1e2 |
EUC-JP | 瑜瑣矮 | 111000001111000111100000111101001110001011100100 | e0f1e0f4e2e4 |
UTF-8 | 瑜瑣矮 | 111001111001000110011100111001111001000110100011111001111001111110101110 | e7919ce791a3e79fae |
UHC | 瑜?矮 | 1110101110100101001111111110100011100001 | eba53fe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)