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? | 00111111001111110110010000111111 | 3f3f643f |
SJIS-WIN | 螂ェd遶 | 111001011010010110101010011001001110011110101011 | e5a5aa64e7ab |
EUC-JP | 螂ェd遶 | 11101010101001111000111010101010011001001110111010101101 | eaa78eaa64eead |
UTF-8 | 螂ェd遶 | 11101000100111101000001011101111101111011010101001100100111010011000000110110110 | e89e82efbdaa64e981b6 |
UHC | 螂?d? | 1101010111001100001111110110010000111111 | d5cc3f643f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)