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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 溫볢퓥溫볣텖^ | 11100110101110101010101111101011101100111010001011101101100100111010010111100110101110101010101111101011101100111010001111101101100001011001011001011110 | e6baabebb3a2ed93a5e6baabebb3a3ed85965e |
UHC | 溫볢퓥溫볣텖^ | 11101000101011101001001111101000101111111000111011101000101011101001001111101001101101101000111101011110 | e8ae93e8bf8ee8ae93e9b68f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)