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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蟆穫蟆穫B | 111001011011000010001010011011101110010110110000100010100110111001000010 | e5b08a6ee5b08a6e42 |
EUC-JP | 蟆穫蟆穫B | 111010101011001010110011110011111110101010110010101100111100111101000010 | eab2b3cfeab2b3cf42 |
UTF-8 | 蟆穫蟆穫B | 11101000100111111000011011100111101010011010101111101000100111111000011011100111101010011010101101000010 | e89f86e7a9abe89f86e7a9ab42 |
UHC | ?穫?穫B | 00111111111111001010111000111111111111001010111001000010 | 3ffcae3ffcae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)