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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕣善晟 | 111001001111101010010001010100001001110111101110 | e4fa91509dee |
EUC-JP | 蕣善晟 | 111010001111110011000001101100011101101011110000 | e8fcc1b1daf0 |
UTF-8 | 蕣善晟 | 111010001001010110100011111001011001011010000100111001101001100110011111 | e895a3e59684e6999f |
UHC | 蕣善晟 | 111000101111001011100000101111001110000011111001 | e2f2e0bce0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)