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 | ??曉 | 00111111001111111001110111111010 | 3f3f9dfa |
EUC-JP | ??曉 | 00111111001111111101101011111100 | 3f3fdafc |
UTF-8 | 뤚壘曉 | 111010111010010010011010111011111010010110001010111001101001101110001001 | eba49aefa58ae69b89 |
UHC | 뤚壘曉 | 100011111100100111010010111001001111110011111011 | 8fc9d2e4fcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)