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 | è¬é y | 11101000101011001001110111101001100001011000110001111001 | e8ac9de9858c79 |
SJIS-WIN | ?¬????y | 0011111110000001110010100011111100111111001111110011111101111001 | 3f81ca3f3f3f3f79 |
EUC-JP | è¬?é??y | 100011111010101110110010101000101100110000111111100011111010101110110001001111110011111101111001 | 8fabb2a2cc3f8fabb13f3f79 |
UTF-8 | è¬é y | 11000011101010001100001010101100110000101001110111000011101010011100001010000101110000101000110001111001 | c3a8c2acc29dc3a9c285c28c79 |
UHC | ??????y | 00111111001111110011111100111111001111110011111101111001 | 3f3f3f3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)