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 | ?穴託 | 0011111110001100100010101001000111110101 | 3f8c8a91f5 |
EUC-JP | ?穴託 | 0011111110110111111010101100001011110111 | 3fb7eac2f7 |
UTF-8 | 뤸穴託 | 111010111010010010111000111001111010100110110100111010001010100010010111 | eba4b8e7a9b4e8a897 |
UHC | 뤸穴託 | 100011111110011011111010111010111111011011111110 | 8fe6faebf6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)