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 | 雍撰ソ。豺 | 1110100010110100100100001110111110111111101000011110011010110111 | e8b490efbfa1e6b7 |
EUC-JP | 雍撰ソ。豺 | 11110000101101101100000011110001100011101011111110001110101000011110110010111001 | f0b6c0f18ebf8ea1ecb9 |
UTF-8 | 雍撰ソ。豺 | 111010011001101110001101111001101001001010110000111011111011110110111111111011111011110110100001111010001011000110111010 | e99b8de692b0efbdbfefbda1e8b1ba |
UHC | 雍撰??豺 | 1110100010111100111100111011110000111111001111111110001111001111 | e8bcf3bc3f3fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)