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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 永??違?] | 1000100101101001001111110011111110001000111000010011111101011101 | 89693f3f88e13f5d |
EUC-JP | 永??違?] | 1011000111001010001111110011111110110000111000110011111101011101 | b1ca3f3fb0e33f5d |
UTF-8 | 永띔래違턉] | 11100110101100001011100011101011100111011001010011101011100111101001100011101001100000011001010111101101100001001000100101011101 | e6b0b8eb9d94eb9e98e98195ed84895d |
UHC | 永띔래違턉] | 1110011110110101101101101110101010110111101000011110101011011110101101100100010101011101 | e7b5b6eab7a1eadeb6455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)