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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???雩? | 00111111001111110011111110001111111001101111101000111111 | 3f3f3f8fe6fa3f |
UTF-8 | 쒔롏뤷雩勞 | 111011001001001010010100111010111010000110001111111010111010010010110111111010011001101110101001111011111010010010101111 | ec9294eba18feba4b7e99ba9efa4af |
UHC | 쒔롏뤷雩勞 | 10111110101011011000111011010101100011111110010111101001111011001101001010111110 | bead8ed58fe5e9ecd2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)