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 | 營?“夜 | 10011010011110100011111110000001011001111001011011101001 | 9a7a3f816796e9 |
EUC-JP | 營?“夜 | 11010011110110110011111110100001110010001100110011101011 | d3db3fa1c8cceb |
UTF-8 | 營㎬“夜 | 111001111000011110011111111000111000111010101100111000101000000010011100111001011010010010011100 | e7879fe38eace2809ce5a49c |
UHC | 營㎬“夜 | 1110011110111101101001111110100010100001101100001110010110101000 | e7bda7e8a1b0e5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)