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 | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | ?ャ?ッ^F | 001111111010110000111111101011110101111001000110 | 3fac3faf5e46 |
EUC-JP | ?ャ?ッ^F | 0011111110001110101011000011111110001110101011110101111001000110 | 3f8eac3f8eaf5e46 |
UTF-8 | 䧼ャッ^F | 1110010010100111101111001110111110111101101011001110111010111100101000011110111110111101101011110101111001000110 | e4a7bcefbdaceebca1efbdaf5e46 |
UHC | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)