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 | ?擺較?? | 00111111100111011011001010001010011100100011111100111111 | 3f9db28a723f3f |
| EUC-JP | ?擺較?? | 00111111110110101011010010110011110100110011111100111111 | 3fdab4b3d33f3f |
| UTF-8 | 뤙擺較혦쬜 | 111010111010010010011001111001101001001110111010111010001011110010000011111011011001100010100110111011001010110010011100 | eba499e693bae8bc83ed98a6ecac9c |
| UHC | 뤙擺較혦쬜 | 10001111110010001111011111101100110011101111001011000010100011101010011101001111 | 8fc8f7eccef2c28ea74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)