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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???岳??? | 0011111100111111001111111000101001111000001111110011111100111111 | 3f3f3f8a783f3f3f |
| EUC-JP | ???岳??? | 0011111100111111001111111011001111011001001111110011111100111111 | 3f3f3fb3d93f3f3f |
| UTF-8 | 緣욌젿岳블렯溜 | 111001111011011110100011111011001001101010001100111011001010000010111111111001011011001010110011111010111011100010010100111010111010000010101111111011111010011110001011 | e7b7a3ec9a8ceca0bfe5b2b3ebb894eba0afefa78b |
| UHC | 緣욌젿岳블렯溜 | 1110011011011110100111101110101110100000101100011110010010111111101110101110110110001110101111001110101011111110 | e6de9eeba0b1e4bfbaed8ebceafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)