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 | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
SJIS-WIN | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
EUC-JP | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
UTF-8 | 쒔렔P쒔렔D쒔렓 | 1110110010010010100101001110101110100000100101000101000011101100100100101001010011101011101000001001010001000100111011001001001010010100111010111010000010010011 | ec9294eba09450ec9294eba09444ec9294eba093 |
UHC | 쒔렔P쒔렔D쒔렓 | 1011111010101101100011101010100101010000101111101010110110001110101010010100010010111110101011011000111010101000 | bead8ea950bead8ea944bead8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)