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 | 盂犂}盂犂{^ | 1110000110110001111000001011001001111101111000011011000111100000101100100111101101011110 | e1b1e0b27de1b1e0b27b5e |
EUC-JP | 盂犂}盂犂{^ | 1110001010110011111000001011010001111101111000101011001111100000101101000111101101011110 | e2b3e0b47de2b3e0b47b5e |
UTF-8 | 盂犂}盂犂{^ | 111001111001101110000010111001111000101010000010011111011110011110011011100000101110011110001010100000100111101101011110 | e79b82e78a827de79b82e78a827b5e |
UHC | 盂?}盂?{^ | 111010011101110100111111011111011110100111011101001111110111101101011110 | e9dd3f7de9dd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)