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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 佃?爰? | 100100101100111100111111111000001010011100111111 | 92cf3fe0a73f |
| EUC-JP | 佃?爰? | 110001001101000100111111111000001010100100111111 | c4d13fe0a93f |
| UTF-8 | 佃렫爰동 | 111001001011110110000011111010111010000010101011111001111000100010110000111010111000111110011001 | e4bd83eba0abe788b0eb8f99 |
| UHC | 佃렫爰동 | 1110111011101100100011101011100111101010101110101011010110111111 | eeec8eb9eabab5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)