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 | ÕïÛàÝÏ^ | 11010101111011111101101111100000110111011100111101011110 | d5efdbe0ddcf5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÕïÛàÝÏ^ | 10001111101010101101100010001111101010111100000110001111101010101110010110001111101010111010001010001111101010101111001010001111101010101100000101011110 | 8faad88fabc18faae58faba28faaf28faac15e |
UTF-8 | ÕïÛàÝÏ^ | 11000011100101011100001110101111110000111001101111000011101000001100001110011101110000111000111101011110 | c395c3afc39bc3a0c39dc38f5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)