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 | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
SJIS-WIN | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
EUC-JP | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
UTF-8 | 창쨉M] | 1110110010110000101111011110110010101000100010010100110101011101 | ecb0bdeca8894d5d |
UHC | 창쨉M] | 110000111010001011000010101101010100110101011101 | c3a2c2b54d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)