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 | 閭昶沖 | 111010001000001110011101111000101000100110101011 | e8839de289ab |
EUC-JP | 閭昶沖 | 111011111110001111011010111001001011001010101101 | efe3dae4b2ad |
UTF-8 | 閭昶沖 | 111010011001011010101101111001101001100010110110111001101011001010010110 | e996ade698b6e6b296 |
UHC | 閭昶沖 | 110101011110111111110011111001001111010111111000 | d5eff3e4f5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)