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 | ÷õäÔúë^ | 11110111111101011110010011010100111110101110101101011110 | f7f5e4d4faeb5e |
SJIS-WIN | ÷?????^ | 1000000110000000001111110011111100111111001111110011111101011110 | 81803f3f3f3f3f5e |
EUC-JP | ÷õäÔúë^ | 101000011110000010001111101010111101100010001111101010111010001110001111101010101101010010001111101010111110001010001111101010111011001101011110 | a1e08fabd88faba38faad48fabe28fabb35e |
UTF-8 | ÷õäÔúë^ | 11000011101101111100001110110101110000111010010011000011100101001100001110111010110000111010101101011110 | c3b7c3b5c3a4c394c3bac3ab5e |
UHC | ÷?????^ | 1010000111000000001111110011111100111111001111110011111101011110 | a1c03f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)