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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 翊疆薜羌 | 1110001111000010111000010110010011100101010011111110001110110011 | e3c2e164e54fe3b3 |
EUC-JP | 翊疆薜羌 | 1110011011000100111000011100010111101001101100001110011010110101 | e6c4e1c5e9b0e6b5 |
UTF-8 | 翊疆薜羌 | 111001111011111110001010111001111001011010000110111010001001011010011100111001111011111010001100 | e7bf8ae79686e8969ce7be8c |
UHC | 翊疆?羌 | 11101100110011011100101110110010001111111100101110110110 | eccdcbb23fcbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)