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 | 韶費ソ・銜 | 1110100011101110100101001110111110111111101001011110011111110000 | e8ee94efbfa5e7f0 |
EUC-JP | 韶費ソ・銜 | 11110000111100001100100011110001100011101011111110001110101001011110111011110010 | f0f0c8f18ebf8ea5eef2 |
UTF-8 | 韶費ソ・銜 | 111010011001111110110110111010001011001010111011111011111011110110111111111011111011110110100101111010011000101010011100 | e99fb6e8b2bbefbdbfefbda5e98a9c |
UHC | 韶費??銜 | 1110000111010010110111101010100000111111001111111111100111100111 | e1d2dea83f3ff9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)