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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艾俔辱 | 111001001000100010011000110101011001000001001010 | e48898d5904a |
EUC-JP | 艾俔辱 | 111001111110100011010000110101111011111110101011 | e7e8d0d7bfab |
UTF-8 | 艾俔辱 | 111010001000100110111110111001001011111110010100111010001011111010110001 | e889bee4bf94e8beb1 |
UHC | 艾俔辱 | 111001001111010111111010110101011110100110110100 | e4f5fad5e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)