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 | 譽倣攪 | 111001101010001110010101111011011001110110011000 | e6a395ed9d98 |
EUC-JP | 譽倣攪 | 111011001010010111001010111011111101100111111000 | eca5caefd9f8 |
UTF-8 | 譽倣攪 | 111010001010110110111101111001011000000010100011111001101001010010101010 | e8adbde580a3e694aa |
UHC | 譽倣攪 | 111001111110001011011011101001111100111011100110 | e7e2dba7cee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)