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 | ???焉? | 001111110011111100111111111000001000000100111111 | 3f3f3fe0813f |
EUC-JP | ?庾?焉? | 0011111110001111101111001100111000111111110111111110000100111111 | 3f8fbcce3fdfe13f |
UTF-8 | 뤊庾쾹焉렳 | 111010111010010010001010111001011011101010111110111011001011111010111001111001111000010010001001111010111010000010110011 | eba48ae5babeecbeb9e78489eba0b3 |
UHC | 뤊庾쾹焉렳 | 10001111101110101110101011101100101100101000111111100101111010101000111011000000 | 8fbaeaecb28fe5ea8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)