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 | 昌ッ酌焦オ | 1000111110111001101011111000111011011110100011111100010110110101 | 8fb9af8ede8fc5b5 |
EUC-JP | 昌ッ酌焦オ | 10111110101110111000111010101111101111001110000010111110110001111000111010110101 | bebb8eafbce0bec78eb5 |
UTF-8 | 昌ッ酌焦オ | 111001101001100010001100111011111011110110101111111010011000010110001100111001111000010010100110111011111011110110110101 | e6988cefbdafe9858ce784a6efbdb5 |
UHC | 昌?酌焦? | 1111001111100011001111111110110111001100111101011010010100111111 | f3e33fedccf5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)