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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 營??\ | 1001101001111010001111110011111101011100 | 9a7a3f3f5c |
EUC-JP | 營??\ | 1101001111011011001111110011111101011100 | d3db3f3f5c |
UTF-8 | 營뚯뙕\ | 11100111100001111001111111101011100110101010111111101011100110011001010101011100 | e7879feb9aafeb99955c |
UHC | 營뚯뙕\ | 11100111101111011000110011101100100011001001101001011100 | e7bd8cec8c9a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)