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 | ??其?莖? | 0011111100111111100100011011010000111111111001001011000100111111 | 3f3f91b43fe4b13f |
| EUC-JP | ??其?莖熢 | 00111111001111111100001010110110001111111110100010110011100011111100101010101011 | 3f3fc2b63fe8b38fcaab |
| UTF-8 | 앤뤻其죳莖熢 | 111011001001010110100100111010111010010010111011111001011000010110110110111011001010001110110011111010001000111010010110111001111000011010100010 | ec95a4eba4bbe585b6eca3b3e88e96e786a2 |
| UHC | 앤뤻其죳莖熢 | 101111101101100010001111111010011101000011101100101000011000111011001100111011001101110011101100 | bed88fe9d0eca18eccecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)