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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讙゚ネ | 111001101010101011011111110010001111000111001110 | e6aadfc8f1ce |
EUC-JP | 讙゚ネ? | 11101100101011001000111011011111100011101100100000111111 | ecac8edf8ec83f |
UTF-8 | 讙゚ネ | 111010001010111010011001111011111011111010011111111011111011111010001000111011101000010110001001 | e8ae99efbe9fefbe88ee8589 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)