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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 只陌?^ | 100100011111110011101000100110010011111101011110 | 91fce8993f5e |
| EUC-JP | 只陌?^ | 110000101111111011101111111110010011111101011110 | c2feeff93f5e |
| UTF-8 | 只陌샀^ | 11100101100011111010101011101001100110011000110011101100100000111000000001011110 | e58faae9998cec83805e |
| UHC | 只陌샀^ | 11110001111111101101100011101000101110111111001001011110 | f1fed8e8bbf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)