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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 鼇?????E | 1110101010000111001111110011111100111111001111110011111101000101 | ea873f3f3f3f3f45 |
EUC-JP | 鼇?????E | 1111001111100111001111110011111100111111001111110011111101000101 | f3e73f3f3f3f3f45 |
UTF-8 | 鼇귦씗溜곕젫E | 11101001101111001000011111101010101101111010011011101100100101001001011111101111101001111000101111101010101100111001010111101100101000001010101101000101 | e9bc87eab7a6ec9497efa78beab395eca0ab45 |
UHC | 鼇귦씗溜곕젫E | 11101000101010001000001011101101100111011010110011101010111111101011000011101011101000001010001101000101 | e8a882ed9daceafeb0eba0a345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)