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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 淙?鬱?弔 | 1001111111001000001111111001111101010100001111111001001010100010 | 9fc83f9f543f92a2 |
| EUC-JP | 淙?鬱?弔 | 1101111011001010001111111101110110110101001111111100010010100100 | deca3fddb53fc4a4 |
| UTF-8 | 淙렊鬱렗弔 | 111001101011011110011001111010111010000010001010111010011010110010110001111010111010000010010111111001011011110010010100 | e6b799eba08ae9acb1eba097e5bc94 |
| UHC | 淙렊鬱렗弔 | 11110000111110001000111010100001111010101010011010001110101011001111000011000000 | f0f88ea1eaa68eacf0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)