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[í³V[^ | 1110110110011000101100110101011001011011111011011001100010110011010101100101101101011110 | ed98b3565bed98b3565b5e |
SJIS-WIN | ???V[???V[^ | 0011111100111111001111110101011001011011001111110011111100111111010101100101101101011110 | 3f3f3f565b3f3f3f565b5e |
EUC-JP | í??V[í??V[^ | 100011111010101110111111001111110011111101010110010110111000111110101011101111110011111100111111010101100101101101011110 | 8fabbf3f3f565b8fabbf3f3f565b5e |
UTF-8 | í³V[í³V[^ | 1100001110101101110000101001100011000010101100110101011001011011110000111010110111000010100110001100001010110011010101100101101101011110 | c3adc298c2b3565bc3adc298c2b3565b5e |
UHC | ??³V[??³V[^ | 00111111001111111010100111111000010101100101101100111111001111111010100111111000010101100101101101011110 | 3f3fa9f8565b3f3fa9f8565b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)