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 | 任?淨句 | 10010100010000110011111110011111110001001000101111100101 | 94433f9fc48be5 |
EUC-JP | 任?淨句 | 11000111101001000011111111011110110001101011011011100111 | c7a43fdec6b6e7 |
UTF-8 | 任렲淨句 | 111001001011101110111011111010111010000010110010111001101011011110101000111001011000111110100101 | e4bbbbeba0b2e6b7a8e58fa5 |
UHC | 任렲淨句 | 1110110011110010100011101011111111101111111001001100111110100011 | ecf28ebfefe4cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)