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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 琉볣뇪理짟 | 111011111010011110001100111010111011001110100011111010111000011110101010111011111010011110100100111011001010011110011111 | efa78cebb3a3eb87aaefa7a4eca79f |
UHC | 琉볣뇪理짟 | 11101011101001001001001111101001100001111001000011101100101101011010010001000010 | eba493e98790ecb5a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)