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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 莵爵灼萃E | 111001001011011110001110110111011000111011011100111001001100001001000101 | e4b78edd8edce4c245 |
EUC-JP | 莵爵灼萃E | 111010001011100110111100110111111011110011011110111010001100010001000101 | e8b9bcdfbcdee8c445 |
UTF-8 | 莵爵灼萃E | 11101000100011101011010111100111100010001011010111100111100000011011110011101000100100001000001101000101 | e88eb5e788b5e781bce8908345 |
UHC | ?爵灼萃E | 0011111111101101110010011110110111000111111101011111111001000101 | 3fedc9edc7f5fe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)