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^ | 00111111001111110101011000111111001111110101011001011110 | 3f3f563f3f565e |
SJIS-WIN | 蜚クV蜚クV^ | 111001011001010010111000010101101110010110010100101110000101011001011110 | e594b856e594b8565e |
EUC-JP | 蜚クV蜚クV^ | 1110100111110100100011101011100001010110111010011111010010001110101110000101011001011110 | e9f48eb856e9f48eb8565e |
UTF-8 | 蜚クV蜚クV^ | 111010001001110010011010111011111011110110111000010101101110100010011100100110101110111110111101101110000101011001011110 | e89c9aefbdb856e89c9aefbdb8565e |
UHC | 蜚?V蜚?V^ | 110111101010010000111111010101101101111010100100001111110101011001011110 | dea43f56dea43f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)