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 | 11101011101011001011000101001101 | ebacb14d |
SJIS-WIN | ?±M | 001111111000000111001010100000010111110101001101 | 3f81ca817d4d |
EUC-JP | 묱M | 1000111110101011101100111010001011001100101000011101111001001101 | 8fabb3a2cca1de4d |
UTF-8 | 묱M | 11000011101010111100001010101100110000101011000101001101 | c3abc2acc2b14d |
UHC | ??±M | 0011111100111111101000011011111001001101 | 3f3fa1be4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)