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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蜚甦}蜚甦{^ | 1110010110010100111000010101001101111101111001011001010011100001010100110111101101011110 | e594e1537de594e1537b5e |
EUC-JP | 蜚甦}蜚甦{^ | 1110100111110100111000011011010001111101111010011111010011100001101101000111101101011110 | e9f4e1b47de9f4e1b47b5e |
UTF-8 | 蜚甦}蜚甦{^ | 111010001001110010011010111001111001010010100110011111011110100010011100100110101110011110010100101001100111101101011110 | e89c9ae794a67de89c9ae794a67b5e |
UHC | 蜚甦}蜚甦{^ | 1101111010100100111000011100000101111101110111101010010011100001110000010111101101011110 | dea4e1c17ddea4e1c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)