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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟「テ友 | 111010001010000010100010110000111001011101000110 | e8a0a2c39746 |
EUC-JP | 陟「テ友 | 1111000010100010100011101010001010001110110000111100110110100111 | f0a28ea28ec3cda7 |
UTF-8 | 陟「テ友 | 111010011001100110011111111011111011110110100010111011111011111010000011111001011000111110001011 | e9999fefbda2efbe83e58f8b |
UHC | 陟??友 | 111101001011001100111111001111111110100111010010 | f4b33f3fe9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)