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 | 艾遵9膣 | 1110010010001000100011111000010110000010010110001110010001010011 | e4888f858258e453 |
EUC-JP | 艾遵9膣 | 1110011111101000101111011110010110100011101110011110011110110100 | e7e8bde5a3b9e7b4 |
UTF-8 | 艾遵9膣 | 111010001000100110111110111010011000000110110101111011111011110010011001111010001000011010100011 | e889bee981b5efbc99e886a3 |
UHC | 艾遵9膣 | 1110010011110101111100011110010110100011101110011111001011110011 | e4f5f1e5a3b9f2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)