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 | ???釉←? | 0011111100111111001111111110011111010110100000011010100100111111 | 3f3f3fe7d681a93f |
EUC-JP | ???釉←? | 0011111100111111001111111110111011011000101000101010101100111111 | 3f3f3feed8a2ab3f |
UTF-8 | 緣끸몼釉←넲 | 111001111011011110100011111010111000000110111000111010111010101010111100111010011000011110001001111000101000011010010000111010111000010010110010 | e7b7a3eb81b8ebaabce98789e28690eb84b2 |
UHC | 緣끸몼釉←넲 | 111001101101111010000101111000101001000110100001111010111011100010100001111001111000011010110001 | e6de85e291a1ebb8a1e786b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)