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 | í³Y[í³Y[^ | 1110110110011000101100110101100101011011111011011001100010110011010110010101101101011110 | ed98b3595bed98b3595b5e |
SJIS-WIN | ???Y[???Y[^ | 0011111100111111001111110101100101011011001111110011111100111111010110010101101101011110 | 3f3f3f595b3f3f3f595b5e |
EUC-JP | í??Y[í??Y[^ | 100011111010101110111111001111110011111101011001010110111000111110101011101111110011111100111111010110010101101101011110 | 8fabbf3f3f595b8fabbf3f3f595b5e |
UTF-8 | í³Y[í³Y[^ | 1100001110101101110000101001100011000010101100110101100101011011110000111010110111000010100110001100001010110011010110010101101101011110 | c3adc298c2b3595bc3adc298c2b3595b5e |
UHC | ??³Y[??³Y[^ | 00111111001111111010100111111000010110010101101100111111001111111010100111111000010110010101101101011110 | 3f3fa9f8595b3f3fa9f8595b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)