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 | 遖殊ソ懋ー | 1110011110100110100011101110101010111111100111001110101010110000 | e7a68eeabf9ceab0 |
EUC-JP | 遖殊ソ懋ー | 11101110101010001011110011101100100011101011111111011000111011001000111010110000 | eea8bcec8ebfd8ec8eb0 |
UTF-8 | 遖殊ソ懋ー | 111010011000000110010110111001101010111010001010111011111011110110111111111001101000011110001011111011111011110110110000 | e98196e6ae8aefbdbfe6878befbdb0 |
UHC | ?殊?懋? | 00111111111000101010100000111111110110011110010100111111 | 3fe2a83fd9e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)