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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| UTF-8 | 뭋뫇뭈뫛묺묬^ | 11101011101011011000101111101011101010111000011111101011101011011000100011101011101010111001101111101011101011001011101011101011101011001010110001011110 | ebad8bebab87ebad88ebab9bebacbaebacac5e |
| UHC | 뭋뫇뭈뫛묺묬^ | 10010010010101101001000110101010100100100101010010010001101110111001001001001101100100100100001101011110 | 925691aa925491bb924d92435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)