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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 只陌???? | 1001000111111100111010001001100100111111001111110011111100111111 | 91fce8993f3f3f3f |
| EUC-JP | 只陌???? | 1100001011111110111011111111100100111111001111110011111100111111 | c2feeff93f3f3f3f |
| UTF-8 | 只陌렢목렰렠 | 111001011000111110101010111010011001100110001100111010111010000010100010111010111010101010101001111010111010000010110000111010111010000010100000 | e58faae9998ceba0a2ebaaa9eba0b0eba0a0 |
| UHC | 只陌렢목렰렠 | 111100011111111011011000111010001000111010110011101110001111000110001110101111011000111010110001 | f1fed8e88eb3b8f18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)