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 | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 琉n琉nB | 10010111101011100110111010010111101011100110111001000010 | 97ae6e97ae6e42 |
EUC-JP | 琉n琉nB | 11001110101100000110111011001110101100000110111001000010 | ceb06eceb06e42 |
UTF-8 | 琉n琉nB | 111001111001000010001001011011101110011110010000100010010110111001000010 | e790896ee790896e42 |
UHC | 琉n琉nB | 11010111101110000110111011010111101110000110111001000010 | d7b86ed7b86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)