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¤é½ | 1111101101001001101001001110100110111101 | fb49a4e9bd |
SJIS-WIN | ?I??? | 0011111101001001001111110011111100111111 | 3f493f3f3f |
EUC-JP | ûI¤é? | 1000111110101011111001010100100110001111101000101111000010001111101010111011000100111111 | 8fabe5498fa2f08fabb13f |
UTF-8 | ûI¤é½ | 110000111011101101001001110000101010010011000011101010011100001010111101 | c3bb49c2a4c3a9c2bd |
UHC | ?I¤?½ | 00111111010010011010001010110100001111111010100011110110 | 3f49a2b43fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)