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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譛?暑 | 1110011010011100001111111000111110001011 | e69c3f8f8b |
EUC-JP | 譛鍿暑 | 11101011111111001000111111100101101000111011110111101011 | ebfc8fe5a3bdeb |
UTF-8 | 譛鍿暑 | 111010001010110110011011111010011000110110111111111001101001101010010001 | e8ad9be98dbfe69a91 |
UHC | ??暑 | 00111111001111111101111111110100 | 3f3fdff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)