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 | 韋募叙鈑 | 1110100011101000100101011110010110001111100101101110011111100101 | e8e895e58f96e7e5 |
EUC-JP | 韋募叙鈑 | 1111000011101010110010101110011110111101111101101110111011100111 | f0eacae7bdf6eee7 |
UTF-8 | 韋募叙鈑 | 111010011001111110001011111001011000101110011111111001011000111110011001111010011000100010010001 | e99f8be58b9fe58f99e98891 |
UHC | 韋募?鈑 | 11101010110111111101100110110100001111111111011111111110 | eadfd9b43ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)