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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 頌U}頌U{^ | 111010001111000101010101011111011110100011110001010101010111101101011110 | e8f1557de8f1557b5e |
EUC-JP | 頌U}頌U{^ | 111100001111001101010101011111011111000011110011010101010111101101011110 | f0f3557df0f3557b5e |
UTF-8 | 頌U}頌U{^ | 1110100110100000100011000101010101111101111010011010000010001100010101010111101101011110 | e9a08c557de9a08c557b5e |
UHC | 頌U}頌U{^ | 111000011110101101010101011111011110000111101011010101010111101101011110 | e1eb557de1eb557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)