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^ | 1000111011010011100011101011100101010110100011101101001110001110101110010101011001011110 | 8ed38eb9568ed38eb9565e |
EUC-JP | 謝嫉V謝嫉V^ | 1011110011010101101111001011101101010110101111001101010110111100101110110101011001011110 | bcd5bcbb56bcd5bcbb565e |
UTF-8 | 謝嫉V謝嫉V^ | 111010001010110010011101111001011010101110001001010101101110100010101100100111011110010110101011100010010101011001011110 | e8ac9de5ab8956e8ac9de5ab89565e |
UHC | 謝嫉V謝嫉V^ | 1101111011110011111100101110110001010110110111101111001111110010111011000101011001011110 | def3f2ec56def3f2ec565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)