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 | 蓖ゥ驕泌ュ | 1110010011101101101010011110100110000001100101001110010110101101 | e4eda9e98194e5ad |
EUC-JP | 蓖ゥ驕泌ュ | 11101000111011111000111010101001111100011110000111001000111001111000111010101101 | e8ef8ea9f1e1c8e78ead |
UTF-8 | 蓖ゥ驕泌ュ | 111010001001001110010110111011111011110110101001111010011010100110010101111001101011001110001100111011111011110110101101 | e89396efbda9e9a995e6b38cefbdad |
UHC | ??驕泌? | 00111111001111111100111011110110111110011011001000111111 | 3f3fcef6f9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)