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 | ?迦??? | 001111111000100111011110001111110011111100111111 | 3f89de3f3f3f |
| EUC-JP | ?迦??? | 001111111011001011100000001111110011111100111111 | 3fb2e03f3f3f |
| UTF-8 | 뤋迦⅝렲렟 | 111010111010010010001011111010001011111110100110111000101000010110011101111010111010000010110010111010111010000010011111 | eba48be8bfa6e2859deba0b2eba09f |
| UHC | 뤋迦⅝렲렟 | 10001111101110111100101010111100101010001111110110001110101111111000111010110000 | 8fbbcabca8fd8ebf8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)