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 | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
SJIS-WIN | 将ョ。ッ]H | 100011111010101110101110101000011111001010100001101011110101110101001000 | 8fabaea1f2a1af5d48 |
EUC-JP | 将ョ。?ッ]H | 1011111010101101100011101010111010001110101000010011111110001110101011110101110101001000 | bead8eae8ea13f8eaf5d48 |
UTF-8 | 将ョ。ッ]H | 1110010110110000100001101110111110111101101011101110111110111101101000011110111010000111100110001110111110111101101011110101110101001000 | e5b086efbdaeefbda1ee8798efbdaf5d48 |
UHC | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)