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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邁咋莫 | 111001111011000010001101111011101001010010011100 | e7b08dee949c |
EUC-JP | 邁咋莫 | 111011101011001010111010111100001100011111111100 | eeb2baf0c7fc |
UTF-8 | 邁咋莫 | 111010011000001010000001111001011001001010001011111010001000111010101011 | e98281e5928be88eab |
UHC | 邁?莫 | 1101100011100100001111111101100010110000 | d8e43fd8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)