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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??曖 | 00111111001111111001111001000010 | 3f3f9e42 |
EUC-JP | ??曖 | 00111111001111111101101110100011 | 3f3fdba3 |
UTF-8 | 롛렦曖 | 111010111010000110011011111010111010000010100110111001101001101110010110 | eba19beba0a6e69b96 |
UHC | 롛렦曖 | 100011101101111110001110101101011110010011110010 | 8edf8eb5e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)