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 | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
SJIS-WIN | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
EUC-JP | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
UTF-8 | 쒔렔w쒔렔 | 11101100100100101001010011101011101000001001010001110111111011001001001010010100111010111010000010010100 | ec9294eba09477ec9294eba094 |
UHC | 쒔렔w쒔렔 | 101111101010110110001110101010010111011110111110101011011000111010101001 | bead8ea977bead8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)