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 | êú»¦] | 1110101011111010101110111010011001011101 | eafabba65d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | êú?¦] | 1000111110101011101101001000111110101011111000100011111110001111101000101100001101011101 | 8fabb48fabe23f8fa2c35d |
UTF-8 | êú»¦] | 110000111010101011000011101110101100001010111011110000101010011001011101 | c3aac3bac2bbc2a65d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)