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 | ??Po | 00111111001111110101000001101111 | 3f3f506f |
SJIS-WIN | 駭?Po | 1110100101101110001111110101000001101111 | e96e3f506f |
EUC-JP | 駭?Po | 1111000111001111001111110101000001101111 | f1cf3f506f |
UTF-8 | 駭찥Po | 1110100110100111101011011110110010110000101001010101000001101111 | e9a7adecb0a5506f |
UHC | 駭찥Po | 111110101011010010101010010000010101000001101111 | fab4aa41506f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)