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 | 001111111011000000111111101000110101111001000110 | 3fb03fa35e46 |
EUC-JP | ?ー?」^F | 0011111110001110101100000011111110001110101000110101111001000110 | 3f8eb03f8ea35e46 |
UTF-8 | 䧼ー䭵」^F | 1110010010100111101111001110111110111101101100001110010010101101101101011110111110111101101000110101111001000110 | e4a7bcefbdb0e4adb5efbda35e46 |
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)