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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 毅ъ?^ | 100010110100001010000100100011000011111101011110 | 8b42848c3f5e |
EUC-JP | 毅ъ?^ | 101101011010001110100111111011000011111101011110 | b5a3a7ec3f5e |
UTF-8 | 毅ъ삱^ | 111001101010111110000101110100011000101011101100100000101011000101011110 | e6af85d18aec82b15e |
UHC | 毅ъ삱^ | 11101011111101101010110011101100100110001010110001011110 | ebf6acec98ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)