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 | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
SJIS-WIN | 螂ェ\遶ェ | 11100101101001011010101001011100111001111010101110101010 | e5a5aa5ce7abaa |
EUC-JP | 螂ェ\遶ェ | 111010101010011110001110101010100101110011101110101011011000111010101010 | eaa78eaa5ceead8eaa |
UTF-8 | 螂ェ\遶ェ | 11101000100111101000001011101111101111011010101001011100111010011000000110110110111011111011110110101010 | e89e82efbdaa5ce981b6efbdaa |
UHC | 螂?\?? | 110101011100110000111111010111000011111100111111 | d5cc3f5c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)