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 | 001111110011111101011011001111110011111101101101 | 3f3f5b3f3f6d |
SJIS-WIN | 将。[将。m | 1000111110101011101000010101101110001111101010111010000101101101 | 8faba15b8faba16d |
EUC-JP | 将。[将。m | 10111110101011011000111010100001010110111011111010101101100011101010000101101101 | bead8ea15bbead8ea16d |
UTF-8 | 将。[将。m | 1110010110110000100001101110111110111101101000010101101111100101101100001000011011101111101111011010000101101101 | e5b086efbda15be5b086efbda16d |
UHC | ??[??m | 001111110011111101011011001111110011111101101101 | 3f3f5b3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)