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??^D^ | 001111110011111101011110010001000011111100111111010111100100010001011110 | 3f3f5e443f3f5e445e |
SJIS-WIN | 螂ェ^D螂ェ^D^ | 1110010110100101101010100101111001000100111001011010010110101010010111100100010001011110 | e5a5aa5e44e5a5aa5e445e |
EUC-JP | 螂ェ^D螂ェ^D^ | 11101010101001111000111010101010010111100100010011101010101001111000111010101010010111100100010001011110 | eaa78eaa5e44eaa78eaa5e445e |
UTF-8 | 螂ェ^D螂ェ^D^ | 1110100010011110100000101110111110111101101010100101111001000100111010001001111010000010111011111011110110101010010111100100010001011110 | e89e82efbdaa5e44e89e82efbdaa5e445e |
UHC | 螂?^D螂?^D^ | 1101010111001100001111110101111001000100110101011100110000111111010111100100010001011110 | d5cc3f5e44d5cc3f5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)