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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 貂ス骭。^ | 11100110101110001011110111101001100011001010000101011110 | e6b8bde98ca15e |
EUC-JP | 貂ス骭。^ | 111011001011101010001110101111011111000111101100100011101010000101011110 | ecba8ebdf1ec8ea15e |
UTF-8 | 貂ス骭。^ | 11101000101100101000001011101111101111011011110111101001101010101010110111101111101111011010000101011110 | e8b282efbdbde9aaadefbda15e |
UHC | 貂???^ | 111101011011000000111111001111110011111101011110 | f5b03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)