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 | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
SJIS-WIN | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
EUC-JP | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
UTF-8 | 쒔렊C쒔렊 | 11101100100100101001010011101011101000001000101001000011111011001001001010010100111010111010000010001010 | ec9294eba08a43ec9294eba08a |
UHC | 쒔렊C쒔렊 | 101111101010110110001110101000010100001110111110101011011000111010100001 | bead8ea143bead8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)