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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?疾??? | 001111111000111010111110001111110011111100111111 | 3f8ebe3f3f3f |
EUC-JP | ?疾??? | 001111111011110011000000001111110011111100111111 | 3fbcc03f3f3f |
UTF-8 | 閭疾閭롛롗 | 111011111010011010000110111001111001011010111110111011111010011010000110111010111010000110011011111010111010000110010111 | efa686e796beefa686eba19beba197 |
UHC | 閭疾閭롛롗 | 11100110101011011111001011110000111001101010110110001110110111111000111011011011 | e6adf2f0e6ad8edf8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)