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 | è÷½å«^ | 11101000111101111011110111100101100100101010101101011110 | e8f7bde592ab5e |
SJIS-WIN | ?÷????^ | 0011111110000001100000000011111100111111001111110011111101011110 | 3f81803f3f3f3f5e |
EUC-JP | è÷?å??^ | 100011111010101110110010101000011110000000111111100011111010101110101001001111110011111101011110 | 8fabb2a1e03f8faba93f3f5e |
UTF-8 | è÷½å«^ | 11000011101010001100001110110111110000101011110111000011101001011100001010010010110000101010101101011110 | c3a8c3b7c2bdc3a5c292c2ab5e |
UHC | ?÷½???^ | 001111111010000111000000101010001111011000111111001111110011111101011110 | 3fa1c0a8f63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)