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 | ?f??] | 0011111101100110001111110011111101011101 | 3f663f3f5d |
SJIS-WIN | 辰f辿俗] | 1001001001000011011001101001001001001000100100011010110101011101 | 924366924891ad5d |
EUC-JP | 辰f辿俗] | 1100001110100100011001101100001110101001110000101010111101011101 | c3a466c3a9c2af5d |
UTF-8 | 辰f辿俗] | 1110100010111110101100000110011011101000101111101011111111100100101111111001011101011101 | e8beb066e8bebfe4bf975d |
UHC | 辰f?俗] | 11110010111000110110011000111111111000011101010001011101 | f2e3663fe1d45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)