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 | í³@í³H | 1110110110011000101100110100000011101101100110001011001101001000 | ed98b340ed98b348 |
SJIS-WIN | ???@???H | 0011111100111111001111110100000000111111001111110011111101001000 | 3f3f3f403f3f3f48 |
EUC-JP | í??@í??H | 100011111010101110111111001111110011111101000000100011111010101110111111001111110011111101001000 | 8fabbf3f3f408fabbf3f3f48 |
UTF-8 | í³@í³H | 1100001110101101110000101001100011000010101100110100000011000011101011011100001010011000110000101011001101001000 | c3adc298c2b340c3adc298c2b348 |
UHC | ??³@??³H | 00111111001111111010100111111000010000000011111100111111101010011111100001001000 | 3f3fa9f8403f3fa9f848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)