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 | ÷õäÔϼ | 111101111111010111100100110101001100111110111100 | f7f5e4d4cfbc |
SJIS-WIN | ÷????? | 10000001100000000011111100111111001111110011111100111111 | 81803f3f3f3f3f |
EUC-JP | ÷õäÔÏ? | 101000011110000010001111101010111101100010001111101010111010001110001111101010101101010010001111101010101100000100111111 | a1e08fabd88faba38faad48faac13f |
UTF-8 | ÷õäÔϼ | 110000111011011111000011101101011100001110100100110000111001010011000011100011111100001010111100 | c3b7c3b5c3a4c394c38fc2bc |
UHC | ÷????¼ | 1010000111000000001111110011111100111111001111111010100011111001 | a1c03f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)