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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葫燕娥 | 111001001101011110001001100011011001101101001101 | e4d7898d9b4d |
EUC-JP | 葫燕娥 | 111010001101100110110001111011011101010110101110 | e8d9b1edd5ae |
UTF-8 | 葫燕娥 | 111010001001000110101011111001111000011110010101111001011010100010100101 | e891abe78795e5a8a5 |
UHC | 葫燕娥 | 111110111101100111100110110110001110010010110000 | fbd9e6d8e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)