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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???檍?? | 00111111001111110011111110011110111110000011111100111111 | 3f3f3f9ef83f3f |
EUC-JP | ???檍?? | 00111111001111110011111111011100111110100011111100111111 | 3f3f3fdcfa3f3f |
UTF-8 | 惡잙젌檍덄탢 | 111011111010011010111001111011001001111010011001111011001010000010001100111001101010101010001101111010111000110110000100111011011000001110100010 | efa6b9ec9e99eca08ce6aa8deb8d84ed83a2 |
UHC | 惡잙젌檍덄탢 | 111001111111011110011111111010111010000010001101111001011110010110001000111001111011010110000101 | e7f79feba08de5e588e7b585 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)