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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴溷漉謖ィ | 111010001010110110011111111001011000110110010111111001101000110010101000 | e8ad9fe58d97e68ca8 |
EUC-JP | 隴溷漉謖ィ | 11110000101011111101111011100111101110011111011111101011111011001000111010101000 | f0afdee7b9f7ebec8ea8 |
UTF-8 | 隴溷漉謖ィ | 111010011001101010110100111001101011101010110111111001101011110010001001111010001010110010010110111011111011110110101000 | e99ab4e6bab7e6bc89e8ac96efbda8 |
UHC | ???謖? | 001111110011111100111111111000011101101000111111 | 3f3f3fe1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)