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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???癌??? | 0011111100111111001111111000101011100000001111110011111100111111 | 3f3f3f8ae03f3f3f |
EUC-JP | ???癌??? | 0011111100111111001111111011010011100010001111110011111100111111 | 3f3f3fb4e23f3f3f |
UTF-8 | 緣뚰뢇癌귦뢗秊 | 111001111011011110100011111010111001101010110000111010111010001010000111111001111001100110001100111010101011011110100110111010111010001010010111111011111010011010010101 | e7b7a3eb9ab0eba287e7998ceab7a6eba297efa695 |
UHC | 緣뚰뢇癌귦뢗秊 | 1110011011011110100011001110110110001111010000111110010011011111100000101110110110001111010100101110011011011100 | e6de8ced8f43e4df82ed8f52e6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)