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 | 魍域率螂ェ螻 | 1110100110110001100010001110011010010111101001101110010110100101101010101110010110110001 | e9b188e697a6e5a5aae5b1 |
EUC-JP | 魍域率螂ェ螻 | 111100101011001110110000111010001100111010101000111010101010011110001110101010101110101010110011 | f2b3b0e8cea8eaa78eaaeab3 |
UTF-8 | 魍域率螂ェ螻 | 111010011010110110001101111001011001111110011111111001111000111010000111111010001001111010000010111011111011110110101010111010001001111010111011 | e9ad8de59f9fe78e87e89e82efbdaae89ebb |
UHC | ?域率螂?? | 001111111110011010110100111000011110001111010101110011000011111100111111 | 3fe6b4e1e3d5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)