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 | ??D? | 00111111001111110100010000111111 | 3f3f443f |
SJIS-WIN | 縡?D除 | 111000110111000100111111010001001000111110011100 | e3713f448f9c |
EUC-JP | 縡?D除 | 111001011101001000111111010001001011110111111100 | e5d23f44bdfc |
UTF-8 | 縡렞D除 | 11100111101110001010000111101011101000001001111001000100111010011001100110100100 | e7b8a1eba09e44e999a4 |
UHC | 縡렞D除 | 11101110101011011000111010101111010001001111000010110110 | eead8eaf44f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)