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 | ?λ?而 | 001111111000001111001001001111111000111010100111 | 3f83c93f8ea7 |
EUC-JP | ?λ?而 | 001111111010011011001011001111111011110010101001 | 3fa6cb3fbca9 |
UTF-8 | 若λ뀘而 | 1110111110100101101101001100111010111011111010111000000010011000111010001000000010001100 | efa5b4cebbeb8098e8808c |
UHC | 若λ뀘而 | 1110010110101110101001011110101110000101100100011110110010111011 | e5aea5eb8591ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)