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 | 貂カ雋カ隰占 | 11100110101110001011011011101000101100101011011011101000101011001001000011101000 | e6b8b6e8b2b6e8ac90e8 |
EUC-JP | 貂カ雋カ隰占 | 111011001011101010001110101101101111000010110100100011101011011011110000101011101100000011101010 | ecba8eb6f0b48eb6f0aec0ea |
UTF-8 | 貂カ雋カ隰占 | 111010001011001010000010111011111011110110110110111010011001101110001011111011111011110110110110111010011001101010110000111001011000110110100000 | e8b282efbdb6e99b8befbdb6e99ab0e58da0 |
UHC | 貂?雋??占 | 111101011011000000111111111100011110011000111111001111111110111110111111 | f5b03ff1e63f3fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)