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 | ???苡?? | 00111111001111110011111111100100100011110011111100111111 | 3f3f3fe48f3f3f |
EUC-JP | ???苡?? | 00111111001111110011111111100111111011110011111100111111 | 3f3f3fe7ef3f3f |
UTF-8 | 琉싨녂苡방삀 | 111011111010011110001100111011001000101110101000111010111000010110000010111010001000101110100001111010111011000010101001111011001000001010000000 | efa78cec8ba8eb8582e88ba1ebb0a9ec8280 |
UHC | 琉싨녂苡방삀 | 111010111010010010011010111001101000011010111010111011001011111010111001111001101001100010000111 | eba49ae686baecbeb9e69887 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)