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 | àèà·K | 11100000111010001110000010110111100000101001101001001011 | e0e8e0b7829a4b |
SJIS-WIN | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
EUC-JP | àèà???K | 10001111101010111010001010001111101010111011001010001111101010111010001000111111001111110011111101001011 | 8faba28fabb28faba23f3f3f4b |
UTF-8 | àèà·K | 11000011101000001100001110101000110000111010000011000010101101111100001010000010110000101001101001001011 | c3a0c3a8c3a0c2b7c282c29a4b |
UHC | ???·??K | 0011111100111111001111111010000110100100001111110011111101001011 | 3f3f3fa1a43f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)