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 | I¢O· | 1001001001001001100100011010001010010010010011111001000110110111 | 924991a2924f91b7 |
SJIS-WIN | ?I?¢?O?? | 001111110100100100111111100000011001000100111111010011110011111100111111 | 3f493f81913f4f3f3f |
EUC-JP | ?I?¢?O?? | 001111110100100100111111101000011111000100111111010011110011111100111111 | 3f493fa1f13f4f3f3f |
UTF-8 | I¢O· | 1100001010010010010010011100001010010001110000101010001011000010100100100100111111000010100100011100001010110111 | c29249c291c2a2c2924fc291c2b7 |
UHC | ?I???O?· | 001111110100100100111111001111110011111101001111001111111010000110100100 | 3f493f3f3f4f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)