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 | 豈一乙讌 | 1110011010101111100010001110101010001001101100111110011010100101 | e6af88ea89b3e6a5 |
EUC-JP | 豈一乙讌 | 1110110010110001101100001110110010110010101101011110110010100111 | ecb1b0ecb2b5eca7 |
UTF-8 | 豈一乙讌 | 111010001011000110001000111001001011100010000000111001001011100110011001111010001010111010001100 | e8b188e4b880e4b999e8ae8c |
UHC | 豈一乙? | 11010001110000101110110011101001111010111110000000111111 | d1c2ece9ebe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)