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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???恂?? | 00111111001111110011111110011100100101100011111100111111 | 3f3f3f9c963f3f |
EUC-JP | ???恂?? | 00111111001111110011111111010111111101100011111100111111 | 3f3f3fd7f63f3f |
UTF-8 | 琉얕뮕恂꿨뫜 | 111011111010011110001100111011001001011010010101111010111010111010010101111001101000000110000010111010101011111110101000111010111010101110011100 | efa78cec9695ebae95e68182eabfa8ebab9c |
UHC | 琉얕뮕恂꿨뫜 | 111010111010010010111110111010001001001010100001111000101110000110110010111001011001000110111100 | eba4bee892a1e2e1b2e591bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)