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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 骼」繙具シ殖 | 11101001100011101010001111100011100001101000101111101111101111001001000001000010 | e98ea3e3868befbc9042 |
EUC-JP | 骼」繙具シ殖 | 111100011110111010001110101000111110010111100110101101101111000110001110101111001011111110100011 | f1ee8ea3e5e6b6f18ebcbfa3 |
UTF-8 | 骼」繙具シ殖 | 111010011010101010111100111011111011110110100011111001111011100110011001111001011000010110110111111011111011110110111100111001101010111010010110 | e9aabcefbda3e7b999e585b7efbdbce6ae96 |
UHC | ???具?殖 | 0011111100111111001111111100111011111101001111111110001111010110 | 3f3f3fcefd3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)