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 | ???諭?? | 00111111001111110011111110010111010000000011111100111111 | 3f3f3f97403f3f |
EUC-JP | ???諭?? | 00111111001111110011111111001101101000010011111100111111 | 3f3f3fcda13f3f |
UTF-8 | 閱곌퀋諭뀐쫵 | 111010011001011010110001111010101011001110001100111011011000000010001011111010001010101110101101111010111000000010010000111011001010101110110101 | e996b1eab38ced808be8abadeb8090ecabb5 |
UHC | 閱곌퀋諭뀐쫵 | 111001101111001110110000111010101011001110000001111010111011000110110010111011111010011010001100 | e6f3b0eab381ebb1b2efa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)