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 | 冶?Р冶 | 10010110111010000011111110000100010100011001011011101000 | 96e83f845196e8 |
EUC-JP | 冶?Р冶 | 11001100111010100011111110100111101100101100110011101010 | ccea3fa7b2ccea |
UTF-8 | 冶녶Р冶 | 1110010110000110101101101110101110000101101101101101000010100000111001011000011010110110 | e586b6eb85b6d0a0e586b6 |
UHC | 冶녶Р冶 | 1110010110100111100001101110010110101100101100101110010110100111 | e5a786e5acb2e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)