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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讓ス蝮ヲ鞜懷 | 11100110101010001011110111100101100111011010011011101000110111111001110011100101 | e6a8bde59da6e8df9ce5 |
EUC-JP | 讓ス蝮ヲ鞜懷 | 111011001010101010001110101111011110100111111101100011101010011011110000111000011101100011100111 | ecaa8ebde9fd8ea6f0e1d8e7 |
UTF-8 | 讓ス蝮ヲ鞜懷 | 111010001010111010010011111011111011110110111101111010001001110110101110111011111011110110100110111010011001111010011100111001101000011110110111 | e8ae93efbdbde89daeefbda6e99e9ce687b7 |
UHC | 讓????懷 | 1110010111010011001111110011111100111111001111111111110011100011 | e5d33f3f3f3ffce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)