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 | 螳咲濫\ | 11100101101011101000110111100111100101111001010001011100 | e5ae8de797945c |
EUC-JP | 螳咲濫\ | 11101010101100001011101011101001110011011111010001011100 | eab0bae9cdf45c |
UTF-8 | 螳咲濫\ | 11101000100111101011001111100101100100101011001011100110101111111010101101011100 | e89eb3e592b2e6bfab5c |
UHC | 螳?濫\ | 110100111101100100111111110101011011110101011100 | d3d93fd5bd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)