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 | 眛皰}眛皰{^ | 1110000111000100111000011010110001111101111000011100010011100001101011000111101101011110 | e1c4e1ac7de1c4e1ac7b5e |
EUC-JP | 眛皰}眛皰{^ | 1110001011000110111000101010111001111101111000101100011011100010101011100111101101011110 | e2c6e2ae7de2c6e2ae7b5e |
UTF-8 | 眛皰}眛皰{^ | 111001111001110010011011111001111001101010110000011111011110011110011100100110111110011110011010101100000111101101011110 | e79c9be79ab07de79c9be79ab07b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)