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 | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
| SJIS-WIN | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
| EUC-JP | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
| UTF-8 | 셔섈셍셈셍셉n | 11101100100001011001010011101100100001001000100011101100100001011000110111101100100001011000100011101100100001011000110111101100100001011000100101101110 | ec8594ec8488ec858dec8588ec858dec85896e |
| UHC | 셔섈셍셈셍셉n | 10111100110001011011110010101010101111001100010010111100110000001011110011000100101111001100000101101110 | bcc5bcaabcc4bcc0bcc4bcc16e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)