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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 荵句ュ溷製B | 11100100101110011000101111100101101011011001111111100101100100001011101101000010 | e4b98be5ad9fe590bb42 |
EUC-JP | 荵句ュ溷製B | 1110100010111011101101101110011110001110101011011101111011100111110000001011110101000010 | e8bbb6e78eaddee7c0bd42 |
UTF-8 | 荵句ュ溷製B | 11101000100011011011010111100101100011111010010111101111101111011010110111100110101110101011011111101000101000111011110101000010 | e88db5e58fa5efbdade6bab7e8a3bd42 |
UHC | ?句??製B | 0011111111001111101000110011111100111111111100001011001001000010 | 3fcfa33f3ff0b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)