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 | 椌遽\ | 1001111010011101111001111010111101011100 | 9e9de7af5c |
EUC-JP | 椌遽\ | 1101101111111101111011101011000101011100 | dbfdeeb15c |
UTF-8 | 椌遽\ | 11100110101001001000110011101001100000011011110101011100 | e6a48ce981bd5c |
UHC | ?遽\ | 00111111110010111110100001011100 | 3fcbe85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)