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 | í£Ví²I | 1110110110011000101000110101011011101101100110001011001001001001 | ed98a356ed98b249 |
SJIS-WIN | ??£V???I | 001111110011111110000001100100100101011000111111001111110011111101001001 | 3f3f8192563f3f3f49 |
EUC-JP | í?£Ví??I | 10001111101010111011111100111111101000011111001001010110100011111010101110111111001111110011111101001001 | 8fabbf3fa1f2568fabbf3f3f49 |
UTF-8 | í£Ví²I | 1100001110101101110000101001100011000010101000110101011011000011101011011100001010011000110000101011001001001001 | c3adc298c2a356c3adc298c2b249 |
UHC | ???V??²I | 001111110011111100111111010101100011111100111111101010011111011101001001 | 3f3f3f563f3fa9f749 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)