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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 靭?轅?靭? | 100100000111100000111111111001110111011000111111100100000111100000111111 | 90783fe7763f90783f |
| EUC-JP | 靭?轅?靭? | 101111111101100100111111111011011101011100111111101111111101100100111111 | bfd93fedd73fbfd93f |
| UTF-8 | 靭렰轅렫靭렰 | 111010011001110110101101111010111010000010110000111010001011110110000101111010111010000010101011111010011001110110101101111010111010000010110000 | e99dadeba0b0e8bd85eba0abe99dadeba0b0 |
| UHC | 靭렰轅렫靭렰 | 111011001110010110001110101111011110101010111111100011101011100111101100111001011000111010111101 | ece58ebdeabf8eb9ece58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)