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 | 盖哺}盖哺{^ | 1110000110110011100110100100110101111101111000011011001110011010010011010111101101011110 | e1b39a4d7de1b39a4d7b5e |
EUC-JP | 盖哺}盖哺{^ | 1110001010110101110100111010111001111101111000101011010111010011101011100111101101011110 | e2b5d3ae7de2b5d3ae7b5e |
UTF-8 | 盖哺}盖哺{^ | 111001111001101110010110111001011001001110111010011111011110011110011011100101101110010110010011101110100111101101011110 | e79b96e593ba7de79b96e593ba7b5e |
UHC | 盖哺}盖哺{^ | 1100101111001100111110001101010001111101110010111100110011111000110101000111101101011110 | cbccf8d47dcbccf8d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)