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 | 盖哭}盖哭{^ | 1110000110110011100110100100110001111101111000011011001110011010010011000111101101011110 | e1b39a4c7de1b39a4c7b5e |
EUC-JP | 盖哭}盖哭{^ | 1110001010110101110100111010110101111101111000101011010111010011101011010111101101011110 | e2b5d3ad7de2b5d3ad7b5e |
UTF-8 | 盖哭}盖哭{^ | 111001111001101110010110111001011001001110101101011111011110011110011011100101101110010110010011101011010111101101011110 | e79b96e593ad7de79b96e593ad7b5e |
UHC | 盖哭}盖哭{^ | 1100101111001100110011011101011001111101110010111100110011001101110101100111101101011110 | cbcccdd67dcbcccdd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)