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 | ツッ裴 | 11000010101011111110010111101000 | c2afe5e8 |
EUC-JP | ツッ裴 | 100011101100001010001110101011111110101011101010 | 8ec28eafeaea |
UTF-8 | ツッ裴 | 111011111011111010000010111011111011110110101111111010001010001110110100 | efbe82efbdafe8a3b4 |
UHC | ??裴 | 00111111001111111101101111010000 | 3f3fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)