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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 億???? | 100010011010110100111111001111110011111100111111 | 89ad3f3f3f3f |
EUC-JP | 億??嫄? | 1011001010101111001111110011111110001111101110101010000100111111 | b2af3f3f8fbaa13f |
UTF-8 | 億뤿떵嫄ⓩ | 111001011000010010000100111010111010010010111111111010111001011010110101111001011010101110000100111000101001001110101001 | e58484eba4bfeb96b5e5ab84e293a9 |
UHC | 億뤿떵嫄ⓩ | 11100101111000101000111111101011101101101011101011101010101100011010100011100110 | e5e28febb6baeab1a8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)