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 | 脱尊竪湛^ | 100100100100010110010001101110001001001001000111100100100101100001011110 | 924591b8924792585e |
EUC-JP | 脱尊竪湛^ | 110000111010011011000010101110101100001110101000110000111011100101011110 | c3a6c2bac3a8c3b95e |
UTF-8 | 脱尊竪湛^ | 11101000100001001011000111100101101100001000101011100111101010111010101011100110101110011001101101011110 | e884b1e5b08ae7abaae6b99b5e |
UHC | ?尊竪湛^ | 0011111111110000111011101110001010110101110100111100000001011110 | 3ff0eee2b5d3c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)