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 | è£Ñí | 11101000101000111001010011010001100011011110110110010000 | e8a394d18ded90 |
SJIS-WIN | ?£????? | 0011111110000001100100100011111100111111001111110011111100111111 | 3f81923f3f3f3f3f |
EUC-JP | è£?Ñ?í? | 1000111110101011101100101010000111110010001111111000111110101010110100000011111110001111101010111011111100111111 | 8fabb2a1f23f8faad03f8fabbf3f |
UTF-8 | è£Ñí | 1100001110101000110000101010001111000010100101001100001110010001110000101000110111000011101011011100001010010000 | c3a8c2a3c294c391c28dc3adc290 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)