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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 娃??曜??^ | 100010001010000100111111001111111001011101101010001111110011111101011110 | 88a13f3f976a3f3f5e |
| EUC-JP | 娃??曜??^ | 101100001010001100111111001111111100110111001011001111110011111101011110 | b0a33f3fcdcb3f3f5e |
| UTF-8 | 娃륅쉭曜깍쉼^ | 11100101101010001000001111101011101001011000010111101100100010011010110111100110100110111001110011101010101110011000110111101100100010011011110001011110 | e5a883eba585ec89ade69b9ceab98dec89bc5e |
| UHC | 娃륅쉭曜깍쉼^ | 11101000110111111000111111101111101111011010110111101000111110001011000111101111101111011011000001011110 | e8df8fefbdade8f8b1efbdb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)