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 | 齊??吟? | 11101010100011100011111100111111100010111110000100111111 | ea8e3f3f8be13f |
| EUC-JP | 齊泮?吟? | 111100111110111010001111110001111010100000111111101101101110001100111111 | f3ee8fc7a83fb6e33f |
| UTF-8 | 齊泮땍吟렔 | 111010011011110110001010111001101011001110101110111010111001010110001101111001011001000010011111111010111010000010010100 | e9bd8ae6b3aeeb958de5909feba094 |
| UHC | 齊泮땍吟렔 | 11110000101110101101101011101010101101101010100011101011111000011000111010101001 | f0badaeab6a8ebe18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)