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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姚??弱 | 100110110100110000111111001111111000111011100011 | 9b4c3f3f8ee3 |
EUC-JP | 姚??弱 | 110101011010110100111111001111111011110011100101 | d5ad3f3fbce5 |
UTF-8 | 姚뷂퐦弱 | 111001011010011110011010111010111011011110000010111011011001000010100110111001011011110010110001 | e5a79aebb782ed90a6e5bcb1 |
UHC | 姚뷂퐦弱 | 1110100011101110100101001110111110111101100011111110010110110000 | e8ee94efbd8fe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)