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 | 餓λ?軟 | 10001001111011001000001111001001001111111001001111101110 | 89ec83c93f93ee |
EUC-JP | 餓λ?軟 | 10110010111011101010011011001011001111111100011011110000 | b2eea6cb3fc6f0 |
UTF-8 | 餓λ젦軟 | 1110100110100100100100111100111010111011111011001010000010100110111010001011101110011111 | e9a493cebbeca0a6e8bb9f |
UHC | 餓λ젦軟 | 1110010010111011101001011110101110100000100111101110011011100011 | e4bba5eba09ee6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)