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 | 止?飮?諸 | 1000111001111110001111111001111101011010001111111000111110010100 | 8e7e3f9f5a3f8f94 |
EUC-JP | 止?飮?諸 | 1011101111011111001111111101110110111011001111111011110111110100 | bbdf3fddbb3fbdf4 |
UTF-8 | 止렮飮렭諸 | 111001101010110110100010111010111010000010101110111010011010001110101110111010111010000010101101111010001010101110111000 | e6ada2eba0aee9a3aeeba0ade8abb8 |
UHC | 止렮飮렭諸 | 11110010101011011000111010111011111010111110011010001110101110101111000010110011 | f2ad8ebbebe68ebaf0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)