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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?恃] | 00111111100111001001010001011101 | 3f9c945d |
EUC-JP | 宬恃] | 100011111011101011010011110101111111010001011101 | 8fbad3d7f45d |
UTF-8 | 宬恃] | 11100101101011101010110011100110100000011000001101011101 | e5aeace681835d |
UHC | 宬恃] | 1110000011110100111000111011111001011101 | e0f4e3be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)