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 | 隱η? | 1110100010101010100000111100010100111111 | e8aa83c53f |
EUC-JP | 隱η? | 1111000010101100101001101100011100111111 | f0aca6c73f |
UTF-8 | 隱η뮧 | 1110100110011010101100011100111010110111111010111010111010100111 | e99ab1ceb7ebaea7 |
UHC | 隱η뮧 | 111010111101111110100101111001111001001010110010 | ebdfa5e792b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)