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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薛翫ガ莨 | 1110010101001100100010101110001110000011010010111110010010111100 | e54c8ae3834be4bc |
EUC-JP | 薛翫ガ莨 | 1110100110101101101101001110010110100101101011001110100010111110 | e9adb4e5a5ace8be |
UTF-8 | 薛翫ガ莨 | 111010001001011010011011111001111011111110101011111000111000001010101100111010001000111010101000 | e8969be7bfabe382ace88ea8 |
UHC | 薛翫ガ? | 11100000111000001110100011010001101010111010110000111111 | e0e0e8d1abac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)