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?B | 0011111100111111010011010011111101000010 | 3f3f4d3f42 |
SJIS-WIN | ??M?B | 0011111100111111010011010011111101000010 | 3f3f4d3f42 |
EUC-JP | ??M?B | 0011111100111111010011010011111101000010 | 3f3f4d3f42 |
UTF-8 | 쨈청M쨀B | 1110110010101000100010001110110010110010101011010100110111101100101010001000000001000010 | eca888ecb2ad4deca88042 |
UHC | 쨈청M쨀B | 1100001010110100110000111011101101001101110000101011001101000010 | c2b4c3bb4dc2b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)