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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 億??? | 1000100110101101001111110011111100111111 | 89ad3f3f3f |
EUC-JP | 億??嫄 | 10110010101011110011111100111111100011111011101010100001 | b2af3f3f8fbaa1 |
UTF-8 | 億뤿떵嫄 | 111001011000010010000100111010111010010010111111111010111001011010110101111001011010101110000100 | e58484eba4bfeb96b5e5ab84 |
UHC | 億뤿떵嫄 | 1110010111100010100011111110101110110110101110101110101010110001 | e5e28febb6baeab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)