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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?楮\ | 00111111100111101011100001011100 | 3f9eb85c |
EUC-JP | ?楮\ | 00111111110111001011101001011100 | 3fdcba5c |
UTF-8 | 쮜楮\ | 11101100101011101001110011100110101001011010111001011100 | ecae9ce6a5ae5c |
UHC | 쮜楮\ | 1100001011101000111011101011111101011100 | c2e8eebf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)