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 | 粲瑣\ | 1110001011101010111000001111001001011100 | e2eae0f25c |
EUC-JP | 粲瑣\ | 1110010011101100111000001111010001011100 | e4ece0f45c |
UTF-8 | 粲瑣\ | 11100111101100101011001011100111100100011010001101011100 | e7b2b2e791a35c |
UHC | 粲?\ | 11110011110001000011111101011100 | f3c43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)