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 | ?λ?燁 | 001111111000001111001001001111111111101101011001 | 3f83c93ffb59 |
EUC-JP | ?λ?燁 | 00111111101001101100101100111111100011111100101010110011 | 3fa6cb3f8fcab3 |
UTF-8 | 若λ졁燁 | 1110111110100101101101001100111010111011111011001010000110000001111001111000011110000001 | efa5b4cebbeca181e78781 |
UHC | 若λ졁燁 | 1110010110101110101001011110101110100000101100101110011110100111 | e5aea5eba0b2e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)