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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???肉??? | 0011111100111111001111111001001111110111001111110011111100111111 | 3f3f3f93f73f3f3f |
| EUC-JP | ???肉??? | 0011111100111111001111111100011011111001001111110011111100111111 | 3f3f3fc6f93f3f3f |
| UTF-8 | 令⑸뛽肉㏝쪙流 | 111011111010011010101000111000101001000110111000111010111001101110111101111010001000001010001001111000111000111110011101111011001010101010011001111011111010011110001010 | efa6a8e291b8eb9bbde88289e38f9decaa99efa78a |
| UHC | 令⑸뛽肉㏝쪙流 | 1110011110101001101010011110101110001101100000111110101110111111101001111110100110100101100100101110101011111100 | e7a9a9eb8d83ebbfa7e9a592eafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)