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 | 隕≫超寘雁 | 11101000101001101000000111100010100100101011010011111010101010011000101011100101 | e8a681e292b4faa98ae5 |
EUC-JP | 隕≫超寘雁 | 1111000010101000101000101110010011000100101101101000111110111010111000011011010011100111 | f0a8a2e4c4b68fbae1b4e7 |
UTF-8 | 隕≫超寘雁 | 111010011001101010010101111000101000100110101011111010001011011010000101111001011010111110011000111010011001101110000001 | e99a95e289abe8b685e5af98e99b81 |
UHC | 隕≫超?雁 | 111010101010001010100001111011011111010110110001001111111110010011010010 | eaa2a1edf5b13fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)