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 | 獰?????^ | 1110000011010110001111110011111100111111001111110011111101011110 | e0d63f3f3f3f3f5e |
| EUC-JP | 獰?????^ | 1110000011011000001111110011111100111111001111110011111101011110 | e0d83f3f3f3f3f5e |
| UTF-8 | 獰⒵찇溜뀀젪^ | 11100111100011011011000011100010100100101011010111101100101100001000011111101111101001111000101111101011100000001000000011101100101000001010101001011110 | e78db0e292b5ecb087efa78beb8080eca0aa5e |
| UHC | 獰⒵찇溜뀀젪^ | 11100111101111101010100111100110101010011000101111101010111111101011001011101011101000001010001001011110 | e7bea9e6a98beafeb2eba0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)