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 | 螂ェ讓ス蠖「 | 111001011010010110101010111001101010100010111101111001011011110110100010 | e5a5aae6a8bde5bda2 |
EUC-JP | 螂ェ讓ス蠖「 | 111010101010011110001110101010101110110010101010100011101011110111101010101111111000111010100010 | eaa78eaaecaa8ebdeabf8ea2 |
UTF-8 | 螂ェ讓ス蠖「 | 111010001001111010000010111011111011110110101010111010001010111010010011111011111011110110111101111010001010000010010110111011111011110110100010 | e89e82efbdaae8ae93efbdbde8a096efbda2 |
UHC | 螂?讓??? | 1101010111001100001111111110010111010011001111110011111100111111 | d5cc3fe5d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)