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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ムハ莉鐱 | 110100011100101011100100101110111111101111100101 | d1cae4bbfbe5 |
EUC-JP | ムハ莉鐱 | 100011101101000110001110110010101110100010111101100011111110010111100010 | 8ed18ecae8bd8fe5e2 |
UTF-8 | ムハ莉鐱 | 111011111011111010010001111011111011111010001010111010001000111010001001111010011001000010110001 | efbe91efbe8ae88e89e990b1 |
UHC | ??莉? | 0011111100111111110101111110100100111111 | 3f3fd7e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)