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 | ??????p^ | 0011111100111111001111110011111100111111001111110111000001011110 | 3f3f3f3f3f3f705e |
| SJIS-WIN | ??????p^ | 0011111100111111001111110011111100111111001111110111000001011110 | 3f3f3f3f3f3f705e |
| EUC-JP | ??????p^ | 0011111100111111001111110011111100111111001111110111000001011110 | 3f3f3f3f3f3f705e |
| UTF-8 | 셔섈셍셈셍섣p^ | 1110110010000101100101001110110010000100100010001110110010000101100011011110110010000101100010001110110010000101100011011110110010000100101000110111000001011110 | ec8594ec8488ec858dec8588ec858dec84a3705e |
| UHC | 셔섈셍셈셍섣p^ | 1011110011000101101111001010101010111100110001001011110011000000101111001100010010111100101100100111000001011110 | bcc5bcaabcc4bcc0bcc4bcb2705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)